#CCF3AA

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

Shades of Reef #CCF3AA

Tints of Reef #CCF3AA

Color information

#CCF3AA (or 0xCCF3AA) is unknown color: approx Reef. HEX triplet: CC, F3 and AA. RGB value is (204,243,170). Sum of RGB (Red+Green+Blue) = 204+243+170=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF3AA is #330C55. Grayscale: #DFDFDF. Windows color (decimal): -3345494 or 11203532. OLE color: 11203532.

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

Color convert

RGB204243170-
CMYK0.1600.300.05
HSL92.05º75.26%80.98%-
HSV(B)92.05º30.04%95.29%-
XYZ64.2179.8450.06-
YUV223.0298.08114.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 243 (95.31% from 255) = 39.38%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=33.06%
G=39.38%
B=27.55%

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
Decimal2042431700.1600.300.0592.0575.2680.98
HexCCF3AA1001E55c4b51
Octal314363252200365134113121
Binary11001100111100111010101010000011110101101110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3AA; }

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

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

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

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

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

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

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

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