#c6f3a0

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

Shades of Reef #C6F3A0

Tints of Reef #C6F3A0

Color information

#C6F3A0 (or 0xC6F3A0) is unknown color: approx Reef. HEX triplet: C6, F3 and A0. RGB value is (198,243,160). Sum of RGB (Red+Green+Blue) = 198+243+160=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F3A0 is #390C5F. Grayscale: #DCDCDC. Windows color (decimal): -3738720 or 10548166. OLE color: 10548166.

HSL color Cylindrical-coordinate representation of color #C6F3A0: hue angle of 92.53º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6F3A0 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB198243160-
CMYK0.1900.340.05
HSL92.53º77.57%79.02%-
HSV(B)92.53º34.16%95.29%-
XYZ61.6878.6545.19-
YUV220.0894.09112.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.95%
GREEN value IS 243 (95.31% from 255) = 40.43%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=32.95%
G=40.43%
B=26.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982431600.1900.340.0592.5377.5779.02
HexC6F3A01302255d4e4f
Octal306363240230425135116117
Binary110001101111001110100000100110100010101101110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6f3a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6f3a0; }

 p { color: rgb(198,243,160); }

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

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

 a { background-color: rgb(198,243,160); }

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

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

 span { border-color: rgb(198,243,160); }

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