Html Css Color HEX #70EFDC Aquamarine

📋 copy color: '#70EFDC'

red 112 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #70EFDC

Tints of Aquamarine #70EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 19.61%
G = 41.86%
B = 38.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#70EFDC (or 0x70EFDC) is known color: Aquamarine. HEX triplet: 70, EF and DC. RGB value is (112,239,220). Sum of RGB (Red+Green+Blue) = 112+239+220=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFDC is #8F1023. Grayscale: #C6C6C6. Windows color (decimal): -9375780 or 14479216. OLE color: 14479216.

HSL color Cylindrical-coordinate representation of color #70EFDC: hue angle of 171.02º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFDC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 220 -
CMYK 0.53 0 0.08 0.06
HSL 171.02º 0.8% 0.69% -
HSV(B) 171.02º 0.53% 0.94% -
XYZ 50.47 70.35 78.63 -
YUV 198.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 112 239 220 0.53 0 0.08 0.06 171.02 0.8 0.69
Hex 70 EF DC 35 0 8 6 AB 50 45
Octal 160 357 334 65 0 10 6 253 120 105
Binary 1110000 11101111 11011100 110101 0 1000 110 10101011 1010000 1000101

Color Harmonies of #70EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFDC

Black with #70EFDC

Text Example


Text Example

White with #70EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,239,220); }

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

background-color css

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

 a { background-color: rgb(112,239,220); }

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

border-color css

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

 span { border-color: rgb(112,239,220); }

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