Html Css Color HEX #70CDAC Medium Aquamarine

📋 copy color: '#70CDAC'

red 112 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #70CDAC

Tints of Medium Aquamarine #70CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 22.9%
G = 41.92%
B = 35.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#70CDAC (or 0x70CDAC) is known color: Medium Aquamarine. HEX triplet: 70, CD and AC. RGB value is (112,205,172). Sum of RGB (Red+Green+Blue) = 112+205+172=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDAC is #8F3253. Grayscale: #ADADAD. Windows color (decimal): -9384532 or 11324784. OLE color: 11324784.

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

Color convert

RGB 112 205 172 -
CMYK 0.45 0 0.16 0.20
HSL 158.71º 0.48% 0.62% -
HSV(B) 158.71º 0.45% 0.8% -
XYZ 35.96 50.09 46.8 -
YUV 173.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 112 205 172 0.45 0 0.16 0.20 158.71 0.48 0.62
Hex 70 CD AC 2D 0 10 14 9F 30 3E
Octal 160 315 254 55 0 20 24 237 60 76
Binary 1110000 11001101 10101100 101101 0 10000 10100 10011111 110000 111110

Color Harmonies of #70CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CDAC

Black with #70CDAC

Text Example


Text Example

White with #70CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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