Html Css Color HEX #70DDB0 Medium Aquamarine

📋 copy color: '#70DDB0'

red 112 ◦ green 221 ◦ blue 176

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

Shades of Medium Aquamarine #70DDB0

Tints of Medium Aquamarine #70DDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 22%
G = 43.42%
B = 34.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#70DDB0 (or 0x70DDB0) is known color: Medium Aquamarine. HEX triplet: 70, DD and B0. RGB value is (112,221,176). Sum of RGB (Red+Green+Blue) = 112+221+176=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDB0 is #8F224F. Grayscale: #B7B7B7. Windows color (decimal): -9380432 or 11591024. OLE color: 11591024.

HSL color Cylindrical-coordinate representation of color #70DDB0: hue angle of 155.23º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDB0 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 176 -
CMYK 0.49 0 0.20 0.13
HSL 155.23º 0.62% 0.65% -
HSV(B) 155.23º 0.49% 0.87% -
XYZ 40.38 58.29 50.2 -
YUV 183.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 112 221 176 0.49 0 0.20 0.13 155.23 0.62 0.65
Hex 70 DD B0 31 0 14 D 9B 3E 41
Octal 160 335 260 61 0 24 15 233 76 101
Binary 1110000 11011101 10110000 110001 0 10100 1101 10011011 111110 1000001

Color Harmonies of #70DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDB0

Black with #70DDB0

Text Example


Text Example

White with #70DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,176); }

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

background-color css

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

 a { background-color: rgb(112,221,176); }

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

border-color css

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

 span { border-color: rgb(112,221,176); }

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