Html Css Color HEX #CEEAA8 Reef

📋 copy color: '#CEEAA8'

red 206 ◦ green 234 ◦ blue 168

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

Shades of Reef #CEEAA8

Tints of Reef #CEEAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.63%

R = 33.88%
G = 38.49%
B = 27.63%

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

#CEEAA8 (or 0xCEEAA8) is known color: Reef. HEX triplet: CE, EA and A8. RGB value is (206,234,168). Sum of RGB (Red+Green+Blue) = 206+234+168=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA8 is #311557. Grayscale: #DADADA. Windows color (decimal): -3216728 or 11070158. OLE color: 11070158.

HSL color Cylindrical-coordinate representation of color #CEEAA8: hue angle of 85.45º 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 #CEEAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 168 -
CMYK 0.12 0 0.28 0.08
HSL 85.45º 0.61% 0.79% -
HSV(B) 85.45º 0.28% 0.92% -
XYZ 61.94 74.79 48.22 -
YUV 218.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 206 234 168 0.12 0 0.28 0.08 85.45 0.61 0.79
Hex CE EA A8 C 0 1C 8 55 3D 4F
Octal 316 352 250 14 0 34 10 125 75 117
Binary 11001110 11101010 10101000 1100 0 11100 1000 1010101 111101 1001111

Color Harmonies of #CEEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAA8

Black with #CEEAA8

Text Example


Text Example

White with #CEEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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