#70FBE5

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

Shades of Aquamarine #70FBE5

Tints of Aquamarine #70FBE5

Color information

#70FBE5 (or 0x70FBE5) is unknown color: approx Aquamarine. HEX triplet: 70, FB and E5. RGB value is (112,251,229). Sum of RGB (Red+Green+Blue) = 112+251+229=592 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.92% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBE5 is #8F041A. Grayscale: #CECECE. Windows color (decimal): -9372699 or 15072112. OLE color: 15072112.

HSL color Cylindrical-coordinate representation of color #70FBE5: hue angle of 170.5º degrees, saturation: 0.95, 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 #70FBE5 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB112251229-
CMYK0.5500.090.02
HSL170.5º94.56%71.18%-
HSV(B)170.5º55.38%98.43%-
XYZ55.3278.186.29-
YUV206.93140.4560.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.92%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=18.92%
G=42.40%
B=38.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122512290.5500.090.02170.594.5671.18
Hex70FBE537092ab5f47
Octal160373345670112253137107
Binary1110000111110111110010111011101001101010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,251,229); }

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

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

 a { background-color: rgb(112,251,229); }

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

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

 span { border-color: rgb(112,251,229); }

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