Html Css Color HEX #70CAA5 Medium Aquamarine

📋 copy color: '#70CAA5'

red 112 ◦ green 202 ◦ blue 165

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

Shades of Medium Aquamarine #70CAA5

Tints of Medium Aquamarine #70CAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 23.38%
G = 42.17%
B = 34.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#70CAA5 (or 0x70CAA5) is known color: Medium Aquamarine. HEX triplet: 70, CA and A5. RGB value is (112,202,165). Sum of RGB (Red+Green+Blue) = 112+202+165=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CAA5 is #8F355A. Grayscale: #AAAAAA. Windows color (decimal): -9385307 or 10865264. OLE color: 10865264.

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

Color convert

RGB 112 202 165 -
CMYK 0.45 0 0.18 0.21
HSL 155.33º 0.46% 0.62% -
HSV(B) 155.33º 0.45% 0.79% -
XYZ 34.59 48.4 43.12 -
YUV 170.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 112 202 165 0.45 0 0.18 0.21 155.33 0.46 0.62
Hex 70 CA A5 2D 0 12 15 9B 2E 3E
Octal 160 312 245 55 0 22 25 233 56 76
Binary 1110000 11001010 10100101 101101 0 10010 10101 10011011 101110 111110

Color Harmonies of #70CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CAA5

Black with #70CAA5

Text Example


Text Example

White with #70CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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