#70F9BF

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

Shades of Aquamarine #70F9BF

Tints of Aquamarine #70F9BF

Color information

#70F9BF (or 0x70F9BF) is unknown color: approx Aquamarine. HEX triplet: 70, F9 and BF. RGB value is (112,249,191). Sum of RGB (Red+Green+Blue) = 112+249+191=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9BF is #8F0640. Grayscale: #C9C9C9. Windows color (decimal): -9373249 or 12581232. OLE color: 12581232.

HSL color Cylindrical-coordinate representation of color #70F9BF: hue angle of 154.6º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F9BF is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB112249191-
CMYK0.5500.230.02
HSL154.6º91.95%70.78%-
HSV(B)154.6º55.02%97.65%-
XYZ49.9674.9661.13-
YUV201.42122.1164.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.29%
GREEN value IS 249 (97.66% from 255) = 45.11%
BLUE value IS 191 (75% from 255) = 34.60%
R=20.29%
G=45.11%
B=34.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122491910.5500.230.02154.691.9570.78
Hex70F9BF3701729b5c47
Octal160371277670272233134107
Binary11100001111100110111111110111010111101001101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,191); }

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

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

 a { background-color: rgb(112,249,191); }

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

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

 span { border-color: rgb(112,249,191); }

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