Html Css Color HEX #CEEAAA Reef

📋 copy color: '#CEEAAA'

red 206 ◦ green 234 ◦ blue 170

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

Shades of Reef #CEEAAA

Tints of Reef #CEEAAA

RGB

 RED value IS 206 (80.86% from 255) = 33.77%

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 170 (66.8% from 255) = 27.87%

R = 33.77%
G = 38.36%
B = 27.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#CEEAAA (or 0xCEEAAA) is known color: Reef. HEX triplet: CE, EA and AA. RGB value is (206,234,170). Sum of RGB (Red+Green+Blue) = 206+234+170=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAAA is #311555. Grayscale: #DADADA. Windows color (decimal): -3216726 or 11201230. OLE color: 11201230.

HSL color Cylindrical-coordinate representation of color #CEEAAA: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEAAA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 170 -
CMYK 0.12 0 0.27 0.08
HSL 86.25º 0.6% 0.79% -
HSV(B) 86.25º 0.27% 0.92% -
XYZ 62.13 74.87 49.21 -
YUV 218.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 206 234 170 0.12 0 0.27 0.08 86.25 0.6 0.79
Hex CE EA AA C 0 1B 8 56 3C 4F
Octal 316 352 252 14 0 33 10 126 74 117
Binary 11001110 11101010 10101010 1100 0 11011 1000 1010110 111100 1001111

Color Harmonies of #CEEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAAA

Black with #CEEAAA

Text Example


Text Example

White with #CEEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAAA; }

 p { color: rgb(206,234,170); }

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

background-color css

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

 a { background-color: rgb(206,234,170); }

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

border-color css

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

 span { border-color: rgb(206,234,170); }

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