Html Css Color HEX #CCEA9A Reef

📋 copy color: '#CCEA9A'

red 204 ◦ green 234 ◦ blue 154

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

Shades of Reef #CCEA9A

Tints of Reef #CCEA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 34.46%
G = 39.53%
B = 26.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#CCEA9A (or 0xCCEA9A) is known color: Reef. HEX triplet: CC, EA and 9A. RGB value is (204,234,154). Sum of RGB (Red+Green+Blue) = 204+234+154=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9A is #331565. Grayscale: #D8D8D8. Windows color (decimal): -3347814 or 10152652. OLE color: 10152652.

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

Color convert

RGB 204 234 154 -
CMYK 0.13 0 0.34 0.08
HSL 82.5º 0.66% 0.76% -
HSV(B) 82.5º 0.34% 0.92% -
XYZ 60.16 74.02 41.69 -
YUV 215.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 204 234 154 0.13 0 0.34 0.08 82.5 0.66 0.76
Hex CC EA 9A D 0 22 8 52 42 4C
Octal 314 352 232 15 0 42 10 122 102 114
Binary 11001100 11101010 10011010 1101 0 100010 1000 1010010 1000010 1001100

Color Harmonies of #CCEA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9A

Black with #CCEA9A

Text Example


Text Example

White with #CCEA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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