Html Css Color HEX #70ECD5 Aquamarine

📋 copy color: '#70ECD5'

red 112 ◦ green 236 ◦ blue 213

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

Shades of Aquamarine #70ECD5

Tints of Aquamarine #70ECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 19.96%
G = 42.07%
B = 37.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#70ECD5 (or 0x70ECD5) is known color: Aquamarine. HEX triplet: 70, EC and D5. RGB value is (112,236,213). Sum of RGB (Red+Green+Blue) = 112+236+213=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECD5 is #8F132A. Grayscale: #C4C4C4. Windows color (decimal): -9376555 or 14019696. OLE color: 14019696.

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

Color convert

RGB 112 236 213 -
CMYK 0.53 0 0.10 0.07
HSL 168.87º 0.77% 0.68% -
HSV(B) 168.87º 0.53% 0.93% -
XYZ 48.69 68.24 73.56 -
YUV 196.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 112 236 213 0.53 0 0.10 0.07 168.87 0.77 0.68
Hex 70 EC D5 35 0 A 7 A9 4D 44
Octal 160 354 325 65 0 12 7 251 115 104
Binary 1110000 11101100 11010101 110101 0 1010 111 10101001 1001101 1000100

Color Harmonies of #70ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECD5

Black with #70ECD5

Text Example


Text Example

White with #70ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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