#C4F0A2

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

Shades of Reef #C4F0A2

Tints of Reef #C4F0A2

Color information

#C4F0A2 (or 0xC4F0A2) is unknown color: approx Reef. HEX triplet: C4, F0 and A2. RGB value is (196,240,162). Sum of RGB (Red+Green+Blue) = 196+240+162=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F0A2 is #3B0F5D. Grayscale: #DADADA. Windows color (decimal): -3870558 or 10678468. OLE color: 10678468.

HSL color Cylindrical-coordinate representation of color #C4F0A2: hue angle of 93.85º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4F0A2 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB196240162-
CMYK0.1800.320.06
HSL93.85º72.22%78.82%-
HSV(B)93.85º32.5%94.12%-
XYZ60.4576.6645.79-
YUV217.9596.42112.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 162 (63.67% from 255) = 27.09%
R=32.78%
G=40.13%
B=27.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962401620.1800.320.0693.8572.2278.82
HexC4F0A21202065e484f
Octal304360242220406136110117
Binary110001001111000010100010100100100000110101111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F0A2; }

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

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

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

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

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

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

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

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