Html Css Color HEX #70CBAA Medium Aquamarine

📋 copy color: '#70CBAA'

red 112 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #70CBAA

Tints of Medium Aquamarine #70CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 23.09%
G = 41.86%
B = 35.05%

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

#70CBAA (or 0x70CBAA) is known color: Medium Aquamarine. HEX triplet: 70, CB and AA. RGB value is (112,203,170). Sum of RGB (Red+Green+Blue) = 112+203+170=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAA is #8F3455. Grayscale: #ACACAC. Windows color (decimal): -9385046 or 11193200. OLE color: 11193200.

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

Color convert

RGB 112 203 170 -
CMYK 0.45 0 0.16 0.20
HSL 158.24º 0.47% 0.62% -
HSV(B) 158.24º 0.45% 0.8% -
XYZ 35.29 49.06 45.64 -
YUV 172.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 112 203 170 0.45 0 0.16 0.20 158.24 0.47 0.62
Hex 70 CB AA 2D 0 10 14 9E 2F 3E
Octal 160 313 252 55 0 20 24 236 57 76
Binary 1110000 11001011 10101010 101101 0 10000 10100 10011110 101111 111110

Color Harmonies of #70CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBAA

Black with #70CBAA

Text Example


Text Example

White with #70CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,170); }

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

background-color css

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

 a { background-color: rgb(112,203,170); }

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

border-color css

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

 span { border-color: rgb(112,203,170); }

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