Html Css Color HEX #CCEAA0 Reef

📋 copy color: '#CCEAA0'

red 204 ◦ green 234 ◦ blue 160

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

Shades of Reef #CCEAA0

Tints of Reef #CCEAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.76%

R = 34.11%
G = 39.13%
B = 26.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CCEAA0 (or 0xCCEAA0) is known color: Reef. HEX triplet: CC, EA and A0. RGB value is (204,234,160). Sum of RGB (Red+Green+Blue) = 204+234+160=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA0 is #33155F. Grayscale: #D8D8D8. Windows color (decimal): -3347808 or 10545868. OLE color: 10545868.

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

Color convert

RGB 204 234 160 -
CMYK 0.13 0 0.32 0.08
HSL 84.32º 0.64% 0.77% -
HSV(B) 84.32º 0.32% 0.92% -
XYZ 60.67 74.22 44.39 -
YUV 216.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 204 234 160 0.13 0 0.32 0.08 84.32 0.64 0.77
Hex CC EA A0 D 0 20 8 54 40 4D
Octal 314 352 240 15 0 40 10 124 100 115
Binary 11001100 11101010 10100000 1101 0 100000 1000 1010100 1000000 1001101

Color Harmonies of #CCEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAA0

Black with #CCEAA0

Text Example


Text Example

White with #CCEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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