#CCFFA4

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

Shades of Reef #CCFFA4

Tints of Reef #CCFFA4

Color information

#CCFFA4 (or 0xCCFFA4) is unknown color: approx Reef. HEX triplet: CC, FF and A4. RGB value is (204,255,164). Sum of RGB (Red+Green+Blue) = 204+255+164=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA4 is #33005B. Grayscale: #E5E5E5. Windows color (decimal): -3342428 or 10813388. OLE color: 10813388.

HSL color Cylindrical-coordinate representation of color #CCFFA4: hue angle of 93.63º 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 #CCFFA4 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB204255164-
CMYK0.200.360
HSL93.63º100%82.16%-
HSV(B)93.63º35.69%100%-
XYZ67.3687.0448.37-
YUV229.3891.1109.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=32.74%
G=40.93%
B=26.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551640.200.36093.6310082.16
HexCCFFA41402405e6452
Octal314377244240440136144122
Binary1100110011111111101001001010001001000101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFA4; }

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

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

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

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

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

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

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

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