#CCFFA0

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

Shades of Reef #CCFFA0

Tints of Reef #CCFFA0

Color information

#CCFFA0 (or 0xCCFFA0) is unknown color: approx Reef. HEX triplet: CC, FF and A0. RGB value is (204,255,160). Sum of RGB (Red+Green+Blue) = 204+255+160=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA0 is #33005F. Grayscale: #E5E5E5. Windows color (decimal): -3342432 or 10551244. OLE color: 10551244.

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

Color convert

RGB204255160-
CMYK0.200.370
HSL92.21º100%81.37%-
HSV(B)92.21º37.25%100%-
XYZ67.0186.946.5-
YUV228.9289.1110.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 160 (62.89% from 255) = 25.85%
R=32.96%
G=41.20%
B=25.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551600.200.37092.2110081.37
HexCCFFA01402505c6451
Octal314377240240450134144121
Binary1100110011111111101000001010001001010101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA0; }

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

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

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

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

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

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

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

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