Html Css Color HEX #70CAB0 Medium Aquamarine

📋 copy color: '#70CAB0'

red 112 ◦ green 202 ◦ blue 176

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

Shades of Medium Aquamarine #70CAB0

Tints of Medium Aquamarine #70CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.22%

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

R = 22.86%
G = 41.22%
B = 35.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#70CAB0 (or 0x70CAB0) is known color: Medium Aquamarine. HEX triplet: 70, CA and B0. RGB value is (112,202,176). Sum of RGB (Red+Green+Blue) = 112+202+176=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CAB0 is #8F354F. Grayscale: #ACACAC. Windows color (decimal): -9385296 or 11586160. OLE color: 11586160.

HSL color Cylindrical-coordinate representation of color #70CAB0: hue angle of 162.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 176 -
CMYK 0.45 0 0.13 0.21
HSL 162.67º 0.46% 0.62% -
HSV(B) 162.67º 0.45% 0.79% -
XYZ 35.64 48.82 48.62 -
YUV 172.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 112 202 176 0.45 0 0.13 0.21 162.67 0.46 0.62
Hex 70 CA B0 2D 0 D 15 A3 2E 3E
Octal 160 312 260 55 0 15 25 243 56 76
Binary 1110000 11001010 10110000 101101 0 1101 10101 10100011 101110 111110

Color Harmonies of #70CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CAB0

Black with #70CAB0

Text Example


Text Example

White with #70CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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