#CCF2AA

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

Shades of Reef #CCF2AA

Tints of Reef #CCF2AA

Color information

#CCF2AA (or 0xCCF2AA) is unknown color: approx Reef. HEX triplet: CC, F2 and AA. RGB value is (204,242,170). Sum of RGB (Red+Green+Blue) = 204+242+170=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AA is #330D55. Grayscale: #DEDEDE. Windows color (decimal): -3345750 or 11203276. OLE color: 11203276.

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

Color convert

RGB204242170-
CMYK0.1600.300.05
HSL91.67º73.47%80.78%-
HSV(B)91.67º29.75%94.9%-
XYZ63.9179.2449.96-
YUV222.4398.41114.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=33.12%
G=39.29%
B=27.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421700.1600.300.0591.6773.4780.78
HexCCF2AA1001E55c4951
Octal314362252200365134111121
Binary11001100111100101010101010000011110101101110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2AA; }

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

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

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

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

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

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

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

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