Html Css Color HEX #6CEDD6 Aquamarine

📋 copy color: '#6CEDD6'

red 108 ◦ green 237 ◦ blue 214

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

Shades of Aquamarine #6CEDD6

Tints of Aquamarine #6CEDD6

RGB

 RED value IS 108 (42.58% from 255) = 19.32%

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 19.32%
G = 42.4%
B = 38.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#6CEDD6 (or 0x6CEDD6) is known color: Aquamarine. HEX triplet: 6C, ED and D6. RGB value is (108,237,214). Sum of RGB (Red+Green+Blue) = 108+237+214=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDD6 is #931229. Grayscale: #C3C3C3. Windows color (decimal): -9638442 or 14085484. OLE color: 14085484.

HSL color Cylindrical-coordinate representation of color #6CEDD6: hue angle of 169.3º 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 #6CEDD6 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 237 214 -
CMYK 0.54 0 0.10 0.07
HSL 169.3º 0.78% 0.68% -
HSV(B) 169.3º 0.54% 0.93% -
XYZ 48.61 68.61 74.3 -
YUV 195.81 138.26 65.37 -
System Red Green Blue C M Y K H S L
Decimal 108 237 214 0.54 0 0.10 0.07 169.3 0.78 0.68
Hex 6C ED D6 36 0 A 7 A9 4E 44
Octal 154 355 326 66 0 12 7 251 116 104
Binary 1101100 11101101 11010110 110110 0 1010 111 10101001 1001110 1000100

Color Harmonies of #6CEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEDD6

Black with #6CEDD6

Text Example


Text Example

White with #6CEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,237,214); }

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

background-color css

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

 a { background-color: rgb(108,237,214); }

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

border-color css

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

 span { border-color: rgb(108,237,214); }

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