Html Css Color HEX #CCECAA Reef

📋 copy color: '#CCECAA'

red 204 ◦ green 236 ◦ blue 170

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

Shades of Reef #CCECAA

Tints of Reef #CCECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.69%

 BLUE value IS 170 (66.8% from 255) = 27.87%

R = 33.44%
G = 38.69%
B = 27.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#CCECAA (or 0xCCECAA) is known color: Reef. HEX triplet: CC, EC and AA. RGB value is (204,236,170). Sum of RGB (Red+Green+Blue) = 204+236+170=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAA is #331355. Grayscale: #DBDBDB. Windows color (decimal): -3347286 or 11201740. OLE color: 11201740.

HSL color Cylindrical-coordinate representation of color #CCECAA: hue angle of 89.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCECAA is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 170 -
CMYK 0.14 0 0.28 0.07
HSL 89.09º 0.63% 0.8% -
HSV(B) 89.09º 0.28% 0.93% -
XYZ 62.15 75.73 49.37 -
YUV 218.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 204 236 170 0.14 0 0.28 0.07 89.09 0.63 0.8
Hex CC EC AA E 0 1C 7 59 3F 50
Octal 314 354 252 16 0 34 7 131 77 120
Binary 11001100 11101100 10101010 1110 0 11100 111 1011001 111111 1010000

Color Harmonies of #CCECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECAA

Black with #CCECAA

Text Example


Text Example

White with #CCECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECAA; }

 p { color: rgb(204,236,170); }

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

background-color css

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

 a { background-color: rgb(204,236,170); }

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

border-color css

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

 span { border-color: rgb(204,236,170); }

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