#CCFFA3

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

Shades of Reef #CCFFA3

Tints of Reef #CCFFA3

Color information

#CCFFA3 (or 0xCCFFA3) is unknown color: approx Reef. HEX triplet: CC, FF and A3. RGB value is (204,255,163). Sum of RGB (Red+Green+Blue) = 204+255+163=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA3 is #33005C. Grayscale: #E5E5E5. Windows color (decimal): -3342429 or 10747852. OLE color: 10747852.

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

Color convert

RGB204255163-
CMYK0.200.360
HSL93.26º100%81.96%-
HSV(B)93.26º36.08%100%-
XYZ67.278747.9-
YUV229.2690.6109.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=32.80%
G=41.00%
B=26.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551630.200.36093.2610081.96
HexCCFFA31402405d6452
Octal314377243240440135144122
Binary1100110011111111101000111010001001000101110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA3; }

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

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

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

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

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

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

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

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