#70EDC4

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

Shades of Aquamarine #70EDC4

Tints of Aquamarine #70EDC4

Color information

#70EDC4 (or 0x70EDC4) is unknown color: approx Aquamarine. HEX triplet: 70, ED and C4. RGB value is (112,237,196). Sum of RGB (Red+Green+Blue) = 112+237+196=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDC4 is #8F123B. Grayscale: #C2C2C2. Windows color (decimal): -9376316 or 12905840. OLE color: 12905840.

HSL color Cylindrical-coordinate representation of color #70EDC4: hue angle of 160.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDC4 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB112237196-
CMYK0.5300.170.07
HSL160.32º77.64%68.43%-
HSV(B)160.32º52.74%92.94%-
XYZ46.936862.88-
YUV194.95128.5968.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=20.55%
G=43.49%
B=35.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122371960.5300.170.07160.3277.6468.43
Hex70EDC4350117a04e44
Octal160355304650217240116104
Binary111000011101101110001001101010100011111010000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,196); }

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

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

 a { background-color: rgb(112,237,196); }

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

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

 span { border-color: rgb(112,237,196); }

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