Html Css Color HEX #CCEA9C Reef

📋 copy color: '#CCEA9C'

red 204 ◦ green 234 ◦ blue 156

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

Shades of Reef #CCEA9C

Tints of Reef #CCEA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.26%

R = 34.34%
G = 39.39%
B = 26.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CCEA9C (or 0xCCEA9C) is known color: Reef. HEX triplet: CC, EA and 9C. RGB value is (204,234,156). Sum of RGB (Red+Green+Blue) = 204+234+156=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9C is #331563. Grayscale: #D8D8D8. Windows color (decimal): -3347812 or 10283724. OLE color: 10283724.

HSL color Cylindrical-coordinate representation of color #CCEA9C: hue angle of 83.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEA9C is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 156 -
CMYK 0.13 0 0.33 0.08
HSL 83.08º 0.65% 0.76% -
HSV(B) 83.08º 0.33% 0.92% -
XYZ 60.33 74.08 42.57 -
YUV 216.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 204 234 156 0.13 0 0.33 0.08 83.08 0.65 0.76
Hex CC EA 9C D 0 21 8 53 41 4C
Octal 314 352 234 15 0 41 10 123 101 114
Binary 11001100 11101010 10011100 1101 0 100001 1000 1010011 1000001 1001100

Color Harmonies of #CCEA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9C

Black with #CCEA9C

Text Example


Text Example

White with #CCEA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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