#CCF6AC

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

Shades of Reef #CCF6AC

Tints of Reef #CCF6AC

Color information

#CCF6AC (or 0xCCF6AC) is unknown color: approx Reef. HEX triplet: CC, F6 and AC. RGB value is (204,246,172). Sum of RGB (Red+Green+Blue) = 204+246+172=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AC is #330953. Grayscale: #E1E1E1. Windows color (decimal): -3344724 or 11335372. OLE color: 11335372.

HSL color Cylindrical-coordinate representation of color #CCF6AC: hue angle of 94.05º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF6AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB204246172-
CMYK0.1700.300.04
HSL94.05º80.43%81.96%-
HSV(B)94.05º30.08%96.47%-
XYZ65.381.7351.36-
YUV225.0198.09113.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=32.80%
G=39.55%
B=27.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461720.1700.300.0494.0580.4381.96
HexCCF6AC1101E45e5052
Octal314366254210364136120122
Binary11001100111101101010110010001011110100101111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6AC; }

 p { color: rgb(204,246,172); }

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

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

 a { background-color: rgb(204,246,172); }

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

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

 span { border-color: rgb(204,246,172); }

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