#C6FFA0

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

Shades of Reef #C6FFA0

Tints of Reef #C6FFA0

Color information

#C6FFA0 (or 0xC6FFA0) is unknown color: approx Reef. HEX triplet: C6, FF and A0. RGB value is (198,255,160). Sum of RGB (Red+Green+Blue) = 198+255+160=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FFA0 is #39005F. Grayscale: #E3E3E3. Windows color (decimal): -3735648 or 10551238. OLE color: 10551238.

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

Color convert

RGB198255160-
CMYK0.2200.370
HSL96º100%81.37%-
HSV(B)96º37.25%100%-
XYZ65.3986.0646.42-
YUV227.1390.12107.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=32.30%
G=41.60%
B=26.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982551600.2200.3709610081.37
HexC6FFA0160250606451
Octal306377240260450140144121
Binary1100011011111111101000001011001001010110000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FFA0; }

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

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

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

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

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

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

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

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