#70FDAF

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

Shades of Aquamarine #70FDAF

Tints of Aquamarine #70FDAF

Color information

#70FDAF (or 0x70FDAF) is unknown color: approx Aquamarine. HEX triplet: 70, FD and AF. RGB value is (112,253,175). Sum of RGB (Red+Green+Blue) = 112+253+175=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDAF is #8F0250. Grayscale: #CACACA. Windows color (decimal): -9372241 or 11533680. OLE color: 11533680.

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

Color convert

RGB112253175-
CMYK0.5600.310.01
HSL146.81º97.24%71.57%-
HSV(B)146.81º55.73%99.22%-
XYZ49.5576.7952.77-
YUV201.95112.7963.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=20.74%
G=46.85%
B=32.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122531750.5600.310.01146.8197.2471.57
Hex70FDAF3801F1936148
Octal160375257700371223141110
Binary1110000111111011010111111100001111111001001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,253,175); }

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

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

 a { background-color: rgb(112,253,175); }

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

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

 span { border-color: rgb(112,253,175); }

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