#CCF2AB

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

Shades of Reef #CCF2AB

Tints of Reef #CCF2AB

Color information

#CCF2AB (or 0xCCF2AB) is unknown color: approx Reef. HEX triplet: CC, F2 and AB. RGB value is (204,242,171). Sum of RGB (Red+Green+Blue) = 204+242+171=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AB is #330D54. Grayscale: #DEDEDE. Windows color (decimal): -3345749 or 11268812. OLE color: 11268812.

HSL color Cylindrical-coordinate representation of color #CCF2AB: hue angle of 92.11º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF2AB is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB204242171-
CMYK0.1600.290.05
HSL92.11º73.2%80.98%-
HSV(B)92.11º29.34%94.9%-
XYZ6479.2850.46-
YUV222.5498.91114.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=33.06%
G=39.22%
B=27.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421710.1600.290.0592.1173.280.98
HexCCF2AB1001D55c4951
Octal314362253200355134111121
Binary11001100111100101010101110000011101101101110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2AB; }

 p { color: rgb(204,242,171); }

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

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

 a { background-color: rgb(204,242,171); }

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

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

 span { border-color: rgb(204,242,171); }

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