Html Css Color HEX #CEEAA9 Reef

📋 copy color: '#CEEAA9'

red 206 ◦ green 234 ◦ blue 169

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

Shades of Reef #CEEAA9

Tints of Reef #CEEAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 33.83%
G = 38.42%
B = 27.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#CEEAA9 (or 0xCEEAA9) is known color: Reef. HEX triplet: CE, EA and A9. RGB value is (206,234,169). Sum of RGB (Red+Green+Blue) = 206+234+169=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA9 is #311556. Grayscale: #DADADA. Windows color (decimal): -3216727 or 11135694. OLE color: 11135694.

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

Color convert

RGB 206 234 169 -
CMYK 0.12 0 0.28 0.08
HSL 85.85º 0.61% 0.79% -
HSV(B) 85.85º 0.28% 0.92% -
XYZ 62.04 74.83 48.71 -
YUV 218.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 206 234 169 0.12 0 0.28 0.08 85.85 0.61 0.79
Hex CE EA A9 C 0 1C 8 56 3D 4F
Octal 316 352 251 14 0 34 10 126 75 117
Binary 11001110 11101010 10101001 1100 0 11100 1000 1010110 111101 1001111

Color Harmonies of #CEEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAA9

Black with #CEEAA9

Text Example


Text Example

White with #CEEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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