#70FBE4

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

Shades of Aquamarine #70FBE4

Tints of Aquamarine #70FBE4

Color information

#70FBE4 (or 0x70FBE4) is unknown color: approx Aquamarine. HEX triplet: 70, FB and E4. RGB value is (112,251,228). Sum of RGB (Red+Green+Blue) = 112+251+228=591 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.95% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBE4 is #8F041B. Grayscale: #CECECE. Windows color (decimal): -9372700 or 15006576. OLE color: 15006576.

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

Color convert

RGB112251228-
CMYK0.5500.090.02
HSL170.07º94.56%71.18%-
HSV(B)170.07º55.38%98.43%-
XYZ55.1878.0485.55-
YUV206.82139.9560.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.95%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=18.95%
G=42.47%
B=38.58%

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
Decimal1122512280.5500.090.02170.0794.5671.18
Hex70FBE437092aa5f47
Octal160373344670112252137107
Binary1110000111110111110010011011101001101010101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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