#CCF4AB

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

Shades of Reef #CCF4AB

Tints of Reef #CCF4AB

Color information

#CCF4AB (or 0xCCF4AB) is unknown color: approx Reef. HEX triplet: CC, F4 and AB. RGB value is (204,244,171). Sum of RGB (Red+Green+Blue) = 204+244+171=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF4AB is #330B54. Grayscale: #DFDFDF. Windows color (decimal): -3345237 or 11269324. OLE color: 11269324.

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

Color convert

RGB204244171-
CMYK0.1600.300.04
HSL92.88º76.84%81.37%-
HSV(B)92.88º29.92%95.69%-
XYZ64.680.4850.66-
YUV223.7298.25113.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=32.96%
G=39.42%
B=27.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441710.1600.300.0492.8876.8481.37
HexCCF4AB1001E45d4d51
Octal314364253200364135115121
Binary11001100111101001010101110000011110100101110110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4AB; }

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

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

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

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

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

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

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

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