#70FCB6

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

Shades of Aquamarine #70FCB6

Tints of Aquamarine #70FCB6

Color information

#70FCB6 (or 0x70FCB6) is unknown color: approx Aquamarine. HEX triplet: 70, FC and B6. RGB value is (112,252,182). Sum of RGB (Red+Green+Blue) = 112+252+182=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCB6 is #8F0349. Grayscale: #CACACA. Windows color (decimal): -9372490 or 11992176. OLE color: 11992176.

HSL color Cylindrical-coordinate representation of color #70FCB6: hue angle of 150º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCB6 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB112252182-
CMYK0.5600.280.01
HSL150º95.89%71.37%-
HSV(B)150º55.56%98.82%-
XYZ49.9476.4456.38-
YUV202.16116.6263.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.51%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=20.51%
G=46.15%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521820.5600.280.0115095.8971.37
Hex70FCB63801C1966047
Octal160374266700341226140107
Binary1110000111111001011011011100001110011001011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FCB6; }

 p { color: rgb(112,252,182); }

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

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

 a { background-color: rgb(112,252,182); }

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

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

 span { border-color: rgb(112,252,182); }

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