#C6FAA6

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

Shades of Reef #C6FAA6

Tints of Reef #C6FAA6

Color information

#C6FAA6 (or 0xC6FAA6) is unknown color: approx Reef. HEX triplet: C6, FA and A6. RGB value is (198,250,166). Sum of RGB (Red+Green+Blue) = 198+250+166=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FAA6 is #390559. Grayscale: #E1E1E1. Windows color (decimal): -3736922 or 10943174. OLE color: 10943174.

HSL color Cylindrical-coordinate representation of color #C6FAA6: hue angle of 97.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6FAA6 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB198250166-
CMYK0.2100.340.02
HSL97.14º89.36%81.57%-
HSV(B)97.14º33.6%98.04%-
XYZ64.3683.1348.73-
YUV224.8894.77108.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 166 (65.23% from 255) = 27.04%
R=32.25%
G=40.72%
B=27.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982501660.2100.340.0297.1489.3681.57
HexC6FAA6150222615952
Octal306372246250422141131122
Binary11000110111110101010011010101010001010110000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAA6; }

 p { color: rgb(198,250,166); }

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

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

 a { background-color: rgb(198,250,166); }

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

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

 span { border-color: rgb(198,250,166); }

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