Html Css Color HEX #70ECD9 Aquamarine

📋 copy color: '#70ECD9'

red 112 ◦ green 236 ◦ blue 217

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

Shades of Aquamarine #70ECD9

Tints of Aquamarine #70ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.77%

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

R = 19.82%
G = 41.77%
B = 38.41%

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

#70ECD9 (or 0x70ECD9) is known color: Aquamarine. HEX triplet: 70, EC and D9. RGB value is (112,236,217). Sum of RGB (Red+Green+Blue) = 112+236+217=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECD9 is #8F1326. Grayscale: #C4C4C4. Windows color (decimal): -9376551 or 14281840. OLE color: 14281840.

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

Color convert

RGB 112 236 217 -
CMYK 0.53 0 0.08 0.07
HSL 170.81º 0.77% 0.68% -
HSV(B) 170.81º 0.53% 0.93% -
XYZ 49.2 68.45 76.26 -
YUV 196.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 112 236 217 0.53 0 0.08 0.07 170.81 0.77 0.68
Hex 70 EC D9 35 0 8 7 AB 4D 44
Octal 160 354 331 65 0 10 7 253 115 104
Binary 1110000 11101100 11011001 110101 0 1000 111 10101011 1001101 1000100

Color Harmonies of #70ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECD9

Black with #70ECD9

Text Example


Text Example

White with #70ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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