Html Css Color HEX #70CD9E Medium Aquamarine

📋 copy color: '#70CD9E'

red 112 ◦ green 205 ◦ blue 158

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

Shades of Medium Aquamarine #70CD9E

Tints of Medium Aquamarine #70CD9E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.16%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 23.58%
G = 43.16%
B = 33.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#70CD9E (or 0x70CD9E) is known color: Medium Aquamarine. HEX triplet: 70, CD and 9E. RGB value is (112,205,158). Sum of RGB (Red+Green+Blue) = 112+205+158=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CD9E is #8F3261. Grayscale: #ABABAB. Windows color (decimal): -9384546 or 10407280. OLE color: 10407280.

HSL color Cylindrical-coordinate representation of color #70CD9E: hue angle of 149.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CD9E is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 158 -
CMYK 0.45 0 0.23 0.20
HSL 149.68º 0.48% 0.62% -
HSV(B) 149.68º 0.45% 0.8% -
XYZ 34.68 49.58 40.09 -
YUV 171.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 112 205 158 0.45 0 0.23 0.20 149.68 0.48 0.62
Hex 70 CD 9E 2D 0 17 14 96 30 3E
Octal 160 315 236 55 0 27 24 226 60 76
Binary 1110000 11001101 10011110 101101 0 10111 10100 10010110 110000 111110

Color Harmonies of #70CD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD9E

Black with #70CD9E

Text Example


Text Example

White with #70CD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,158); }

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

background-color css

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

 a { background-color: rgb(112,205,158); }

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

border-color css

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

 span { border-color: rgb(112,205,158); }

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