Html Css Color HEX #CCECA8 Reef

📋 copy color: '#CCECA8'

red 204 ◦ green 236 ◦ blue 168

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

Shades of Reef #CCECA8

Tints of Reef #CCECA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.63%

R = 33.55%
G = 38.82%
B = 27.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CCECA8 (or 0xCCECA8) is known color: Reef. HEX triplet: CC, EC and A8. RGB value is (204,236,168). Sum of RGB (Red+Green+Blue) = 204+236+168=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA8 is #331357. Grayscale: #DADADA. Windows color (decimal): -3347288 or 11070668. OLE color: 11070668.

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

Color convert

RGB 204 236 168 -
CMYK 0.14 0 0.29 0.07
HSL 88.24º 0.64% 0.79% -
HSV(B) 88.24º 0.29% 0.93% -
XYZ 61.97 75.66 48.38 -
YUV 218.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 204 236 168 0.14 0 0.29 0.07 88.24 0.64 0.79
Hex CC EC A8 E 0 1D 7 58 40 4F
Octal 314 354 250 16 0 35 7 130 100 117
Binary 11001100 11101100 10101000 1110 0 11101 111 1011000 1000000 1001111

Color Harmonies of #CCECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECA8

Black with #CCECA8

Text Example


Text Example

White with #CCECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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