Html Css Color HEX #CCEAA8 Reef

📋 copy color: '#CCEAA8'

red 204 ◦ green 234 ◦ blue 168

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

Shades of Reef #CCEAA8

Tints of Reef #CCEAA8

RGB

 RED value IS 204 (80.08% from 255) = 33.66%

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

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

R = 33.66%
G = 38.61%
B = 27.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#CCEAA8 (or 0xCCEAA8) is known color: Reef. HEX triplet: CC, EA and A8. RGB value is (204,234,168). Sum of RGB (Red+Green+Blue) = 204+234+168=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA8 is #331557. Grayscale: #D9D9D9. Windows color (decimal): -3347800 or 11070156. OLE color: 11070156.

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

Color convert

RGB 204 234 168 -
CMYK 0.13 0 0.28 0.08
HSL 87.27º 0.61% 0.79% -
HSV(B) 87.27º 0.28% 0.92% -
XYZ 61.39 74.51 48.19 -
YUV 217.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 204 234 168 0.13 0 0.28 0.08 87.27 0.61 0.79
Hex CC EA A8 D 0 1C 8 57 3D 4F
Octal 314 352 250 15 0 34 10 127 75 117
Binary 11001100 11101010 10101000 1101 0 11100 1000 1010111 111101 1001111

Color Harmonies of #CCEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAA8

Black with #CCEAA8

Text Example


Text Example

White with #CCEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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