#CCF2AC

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

Shades of Reef #CCF2AC

Tints of Reef #CCF2AC

Color information

#CCF2AC (or 0xCCF2AC) is unknown color: approx Reef. HEX triplet: CC, F2 and AC. RGB value is (204,242,172). Sum of RGB (Red+Green+Blue) = 204+242+172=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AC is #330D53. Grayscale: #DEDEDE. Windows color (decimal): -3345748 or 11334348. OLE color: 11334348.

HSL color Cylindrical-coordinate representation of color #CCF2AC: hue angle of 92.57º 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 #CCF2AC is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB204242172-
CMYK0.1600.290.05
HSL92.57º72.92%81.18%-
HSV(B)92.57º28.93%94.9%-
XYZ64.179.3250.96-
YUV222.6699.41114.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=33.01%
G=39.16%
B=27.83%

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
Decimal2042421720.1600.290.0592.5772.9281.18
HexCCF2AC1001D55d4951
Octal314362254200355135111121
Binary11001100111100101010110010000011101101101110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2AC; }

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

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

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

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

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

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

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

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