#CCFAA6

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

Shades of Reef #CCFAA6

Tints of Reef #CCFAA6

Color information

#CCFAA6 (or 0xCCFAA6) is unknown color: approx Reef. HEX triplet: CC, FA and A6. RGB value is (204,250,166). Sum of RGB (Red+Green+Blue) = 204+250+166=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAA6 is #330559. Grayscale: #E2E2E2. Windows color (decimal): -3343706 or 10943180. OLE color: 10943180.

HSL color Cylindrical-coordinate representation of color #CCFAA6: hue angle of 92.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFAA6 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB204250166-
CMYK0.1800.340.02
HSL92.86º89.36%81.57%-
HSV(B)92.86º33.6%98.04%-
XYZ65.9783.9648.81-
YUV226.6793.76111.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 166 (65.23% from 255) = 26.77%
R=32.90%
G=40.32%
B=26.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501660.1800.340.0292.8689.3681.57
HexCCFAA61202225d5952
Octal314372246220422135131122
Binary11001100111110101010011010010010001010101110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAA6; }

 p { color: rgb(204,250,166); }

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

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

 a { background-color: rgb(204,250,166); }

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

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

 span { border-color: rgb(204,250,166); }

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