#CCF6AB

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

Shades of Reef #CCF6AB

Tints of Reef #CCF6AB

Color information

#CCF6AB (or 0xCCF6AB) is unknown color: approx Reef. HEX triplet: CC, F6 and AB. RGB value is (204,246,171). Sum of RGB (Red+Green+Blue) = 204+246+171=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AB is #330954. Grayscale: #E1E1E1. Windows color (decimal): -3344725 or 11269836. OLE color: 11269836.

HSL color Cylindrical-coordinate representation of color #CCF6AB: hue angle of 93.6º degrees, saturation: 0.81, 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 #CCF6AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB204246171-
CMYK0.1700.300.04
HSL93.6º80.65%81.76%-
HSV(B)93.6º30.49%96.47%-
XYZ65.2181.6950.86-
YUV224.8997.59113.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=32.85%
G=39.61%
B=27.54%

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
Decimal2042461710.1700.300.0493.680.6581.76
HexCCF6AB1101E45e5152
Octal314366253210364136121122
Binary11001100111101101010101110001011110100101111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6AB; }

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

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

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

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

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

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

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

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