Html Css Color HEX #6DEDCD Aquamarine

📋 copy color: '#6DEDCD'

red 109 ◦ green 237 ◦ blue 205

#6DEDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #6DEDCD

Tints of Aquamarine #6DEDCD

RGB

 RED value IS 109 (42.97% from 255) = 19.78%

 GREEN value IS 237 (92.97% from 255) = 43.01%

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 19.78%
G = 43.01%
B = 37.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6DEDCD (or 0x6DEDCD) is known color: Aquamarine. HEX triplet: 6D, ED and CD. RGB value is (109,237,205). Sum of RGB (Red+Green+Blue) = 109+237+205=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDCD is #921232. Grayscale: #C3C3C3. Windows color (decimal): -9572915 or 13495661. OLE color: 13495661.

HSL color Cylindrical-coordinate representation of color #6DEDCD: hue angle of 165º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDCD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 205 -
CMYK 0.54 0 0.14 0.07
HSL 165º 0.78% 0.68% -
HSV(B) 165º 0.54% 0.93% -
XYZ 47.61 68.23 68.42 -
YUV 195.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 109 237 205 0.54 0 0.14 0.07 165 0.78 0.68
Hex 6D ED CD 36 0 E 7 A5 4E 44
Octal 155 355 315 66 0 16 7 245 116 104
Binary 1101101 11101101 11001101 110110 0 1110 111 10100101 1001110 1000100

Color Harmonies of #6DEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDCD

Black with #6DEDCD

Text Example


Text Example

White with #6DEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DEDCD; }

 p { color: rgb(109,237,205); }

 H1.HeaderClassName
 {
   color: #6DEDCD;
 }
 .AnyTagClassName
 {
   color: #6DEDCD;
 }
</style>

background-color css

<style>
 a { background-color: #6DEDCD; }

 a { background-color: rgb(109,237,205); }

 div.DivClassName
 {
   background-color: #6DEDCD;
 }
 .BgClassName
 {
   background-color: #6DEDCD;
 }
</style>

border-color css

<style>
 span { border-color: #6DEDCD; }

 span { border-color: rgb(109,237,205); }

 td.TdClassName
 {
   border-color: #6DEDCD;
 }
 .TagClassName
 {
   border-color: #6DEDCD;
 }
</style>