Html Css Color HEX #CCEAA4 Reef

📋 copy color: '#CCEAA4'

red 204 ◦ green 234 ◦ blue 164

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

Shades of Reef #CCEAA4

Tints of Reef #CCEAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.24%

R = 33.89%
G = 38.87%
B = 27.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#CCEAA4 (or 0xCCEAA4) is known color: Reef. HEX triplet: CC, EA and A4. RGB value is (204,234,164). Sum of RGB (Red+Green+Blue) = 204+234+164=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA4 is #33155B. Grayscale: #D9D9D9. Windows color (decimal): -3347804 or 10808012. OLE color: 10808012.

HSL color Cylindrical-coordinate representation of color #CCEAA4: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEAA4 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 164 -
CMYK 0.13 0 0.30 0.08
HSL 85.71º 0.63% 0.78% -
HSV(B) 85.71º 0.3% 0.92% -
XYZ 61.03 74.36 46.26 -
YUV 217.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 204 234 164 0.13 0 0.30 0.08 85.71 0.63 0.78
Hex CC EA A4 D 0 1E 8 56 3E 4E
Octal 314 352 244 15 0 36 10 126 76 116
Binary 11001100 11101010 10100100 1101 0 11110 1000 1010110 111110 1001110

Color Harmonies of #CCEAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAA4

Black with #CCEAA4

Text Example


Text Example

White with #CCEAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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