#CCFFA6

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

Shades of Reef #CCFFA6

Tints of Reef #CCFFA6

Color information

#CCFFA6 (or 0xCCFFA6) is unknown color: approx Reef. HEX triplet: CC, FF and A6. RGB value is (204,255,166). Sum of RGB (Red+Green+Blue) = 204+255+166=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA6 is #330059. Grayscale: #E5E5E5. Windows color (decimal): -3342426 or 10944460. OLE color: 10944460.

HSL color Cylindrical-coordinate representation of color #CCFFA6: hue angle of 94.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFFA6 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB204255166-
CMYK0.200.350
HSL94.38º100%82.55%-
HSV(B)94.38º34.9%100%-
XYZ67.5487.1149.33-
YUV229.692.1109.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 166 (65.23% from 255) = 26.56%
R=32.64%
G=40.8%
B=26.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551660.200.35094.3810082.55
HexCCFFA61402305e6453
Octal314377246240430136144123
Binary1100110011111111101001101010001000110101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA6; }

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

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

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

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

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

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

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

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