#70F3B7

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

Shades of Aquamarine #70F3B7

Tints of Aquamarine #70F3B7

Color information

#70F3B7 (or 0x70F3B7) is unknown color: approx Aquamarine. HEX triplet: 70, F3 and B7. RGB value is (112,243,183). Sum of RGB (Red+Green+Blue) = 112+243+183=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F3B7 is #8F0C48. Grayscale: #C5C5C5. Windows color (decimal): -9374793 or 12055408. OLE color: 12055408.

HSL color Cylindrical-coordinate representation of color #70F3B7: hue angle of 152.52º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3B7 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB112243183-
CMYK0.5400.250.05
HSL152.52º84.52%69.61%-
HSV(B)152.52º53.91%95.29%-
XYZ47.2870.9656.01-
YUV196.99120.167.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.82%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=20.82%
G=45.17%
B=34.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431830.5400.250.05152.5284.5269.61
Hex70F3B7360195995546
Octal160363267660315231125106
Binary111000011110011101101111101100110011011001100110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,183); }

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

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

 a { background-color: rgb(112,243,183); }

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

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

 span { border-color: rgb(112,243,183); }

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