Html Css Color HEX #70EDD5 Aquamarine

📋 copy color: '#70EDD5'

red 112 ◦ green 237 ◦ blue 213

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

Shades of Aquamarine #70EDD5

Tints of Aquamarine #70EDD5

RGB

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

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

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

R = 19.93%
G = 42.17%
B = 37.9%

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

#70EDD5 (or 0x70EDD5) is known color: Aquamarine. HEX triplet: 70, ED and D5. RGB value is (112,237,213). Sum of RGB (Red+Green+Blue) = 112+237+213=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDD5 is #8F122A. Grayscale: #C4C4C4. Windows color (decimal): -9376299 or 14019952. OLE color: 14019952.

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

Color convert

RGB 112 237 213 -
CMYK 0.53 0 0.10 0.07
HSL 168.48º 0.78% 0.68% -
HSV(B) 168.48º 0.53% 0.93% -
XYZ 48.98 68.82 73.65 -
YUV 196.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 112 237 213 0.53 0 0.10 0.07 168.48 0.78 0.68
Hex 70 ED D5 35 0 A 7 A8 4E 44
Octal 160 355 325 65 0 12 7 250 116 104
Binary 1110000 11101101 11010101 110101 0 1010 111 10101000 1001110 1000100

Color Harmonies of #70EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDD5

Black with #70EDD5

Text Example


Text Example

White with #70EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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