Html Css Color HEX #70DDB1 Medium Aquamarine

📋 copy color: '#70DDB1'

red 112 ◦ green 221 ◦ blue 177

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

Shades of Medium Aquamarine #70DDB1

Tints of Medium Aquamarine #70DDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 21.96%
G = 43.33%
B = 34.71%

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

#70DDB1 (or 0x70DDB1) is known color: Medium Aquamarine. HEX triplet: 70, DD and B1. RGB value is (112,221,177). Sum of RGB (Red+Green+Blue) = 112+221+177=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDB1 is #8F224E. Grayscale: #B7B7B7. Windows color (decimal): -9380431 or 11656560. OLE color: 11656560.

HSL color Cylindrical-coordinate representation of color #70DDB1: hue angle of 155.78º 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 #70DDB1 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 177 -
CMYK 0.49 0 0.20 0.13
HSL 155.78º 0.62% 0.65% -
HSV(B) 155.78º 0.49% 0.87% -
XYZ 40.47 58.33 50.72 -
YUV 183.39 124.39 77.08 -
System Red Green Blue C M Y K H S L
Decimal 112 221 177 0.49 0 0.20 0.13 155.78 0.62 0.65
Hex 70 DD B1 31 0 14 D 9C 3E 41
Octal 160 335 261 61 0 24 15 234 76 101
Binary 1110000 11011101 10110001 110001 0 10100 1101 10011100 111110 1000001

Color Harmonies of #70DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDB1

Black with #70DDB1

Text Example


Text Example

White with #70DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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