#C4FCA2

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

Shades of Reef #C4FCA2

Tints of Reef #C4FCA2

Color information

#C4FCA2 (or 0xC4FCA2) is unknown color: approx Reef. HEX triplet: C4, FC and A2. RGB value is (196,252,162). Sum of RGB (Red+Green+Blue) = 196+252+162=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FCA2 is #3B035D. Grayscale: #E1E1E1. Windows color (decimal): -3867486 or 10681540. OLE color: 10681540.

HSL color Cylindrical-coordinate representation of color #C4FCA2: hue angle of 97.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4FCA2 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB196252162-
CMYK0.2200.360.01
HSL97.33º93.75%81.18%-
HSV(B)97.33º35.71%98.82%-
XYZ64.183.9747.01-
YUV22592.45107.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 162 (63.67% from 255) = 26.56%
R=32.13%
G=41.31%
B=26.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962521620.2200.360.0197.3393.7581.18
HexC4FCA2160241615e51
Octal304374242260441141136121
Binary1100010011111100101000101011001001001110000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCA2; }

 p { color: rgb(196,252,162); }

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

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

 a { background-color: rgb(196,252,162); }

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

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

 span { border-color: rgb(196,252,162); }

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