#CCFCA0

Color #CCFCA0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCFCA0

Tints of Reef #CCFCA0

Color information

#CCFCA0 (or 0xCCFCA0) is unknown color: approx Reef. HEX triplet: CC, FC and A0. RGB value is (204,252,160). Sum of RGB (Red+Green+Blue) = 204+252+160=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCA0 is #33035F. Grayscale: #E3E3E3. Windows color (decimal): -3343200 or 10550476. OLE color: 10550476.

HSL color Cylindrical-coordinate representation of color #CCFCA0: hue angle of 91.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCFCA0 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB204252160-
CMYK0.1900.370.01
HSL91.3º93.88%80.78%-
HSV(B)91.3º36.51%98.82%-
XYZ66.068546.18-
YUV227.1690.1111.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=33.12%
G=40.91%
B=25.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521600.1900.370.0191.393.8880.78
HexCCFCA01302515b5e51
Octal314374240230451133136121
Binary1100110011111100101000001001101001011101101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCA0; }

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

 H1.HeaderClassName
 {
   color: #CCFCA0;
 }
 .AnyTagClassName
 {
   color: #CCFCA0;
 }
</style>
background-color css

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

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

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

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

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

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