#CCFFA1

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

Shades of Reef #CCFFA1

Tints of Reef #CCFFA1

Color information

#CCFFA1 (or 0xCCFFA1) is unknown color: approx Reef. HEX triplet: CC, FF and A1. RGB value is (204,255,161). Sum of RGB (Red+Green+Blue) = 204+255+161=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA1 is #33005E. Grayscale: #E5E5E5. Windows color (decimal): -3342431 or 10616780. OLE color: 10616780.

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

Color convert

RGB204255161-
CMYK0.200.370
HSL92.55º100%81.57%-
HSV(B)92.55º36.86%100%-
XYZ67.0986.9346.96-
YUV229.0389.6110.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 161 (63.28% from 255) = 25.97%
R=32.90%
G=41.13%
B=25.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551610.200.37092.5510081.57
HexCCFFA11402505d6452
Octal314377241240450135144122
Binary1100110011111111101000011010001001010101110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA1; }

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

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

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

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

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

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

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

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