Html Css Color HEX #70EDD9 Aquamarine

📋 copy color: '#70EDD9'

red 112 ◦ green 237 ◦ blue 217

#70EDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #70EDD9

Tints of Aquamarine #70EDD9

RGB

 RED value IS 112 (44.14% from 255) = 19.79%

 GREEN value IS 237 (92.97% from 255) = 41.87%

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 19.79%
G = 41.87%
B = 38.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#70EDD9 (or 0x70EDD9) is known color: Aquamarine. HEX triplet: 70, ED and D9. RGB value is (112,237,217). Sum of RGB (Red+Green+Blue) = 112+237+217=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDD9 is #8F1226. Grayscale: #C5C5C5. Windows color (decimal): -9376295 or 14282096. OLE color: 14282096.

HSL color Cylindrical-coordinate representation of color #70EDD9: hue angle of 170.4º 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 #70EDD9 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 217 -
CMYK 0.53 0 0.08 0.07
HSL 170.4º 0.78% 0.68% -
HSV(B) 170.4º 0.53% 0.93% -
XYZ 49.49 69.02 76.36 -
YUV 197.35 139.09 67.13 -
System Red Green Blue C M Y K H S L
Decimal 112 237 217 0.53 0 0.08 0.07 170.4 0.78 0.68
Hex 70 ED D9 35 0 8 7 AA 4E 44
Octal 160 355 331 65 0 10 7 252 116 104
Binary 1110000 11101101 11011001 110101 0 1000 111 10101010 1001110 1000100

Color Harmonies of #70EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDD9

Black with #70EDD9

Text Example


Text Example

White with #70EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70EDD9;
 }
 .AnyTagClassName
 {
   color: #70EDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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