Html Css Color HEX #70CBA9 Medium Aquamarine

📋 copy color: '#70CBA9'

red 112 ◦ green 203 ◦ blue 169

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

Shades of Medium Aquamarine #70CBA9

Tints of Medium Aquamarine #70CBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.92%

R = 23.14%
G = 41.94%
B = 34.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#70CBA9 (or 0x70CBA9) is known color: Medium Aquamarine. HEX triplet: 70, CB and A9. RGB value is (112,203,169). Sum of RGB (Red+Green+Blue) = 112+203+169=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA9 is #8F3456. Grayscale: #ABABAB. Windows color (decimal): -9385047 or 11127664. OLE color: 11127664.

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

Color convert

RGB 112 203 169 -
CMYK 0.45 0 0.17 0.20
HSL 157.58º 0.47% 0.62% -
HSV(B) 157.58º 0.45% 0.8% -
XYZ 35.2 49.02 45.14 -
YUV 171.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 112 203 169 0.45 0 0.17 0.20 157.58 0.47 0.62
Hex 70 CB A9 2D 0 11 14 9E 2F 3E
Octal 160 313 251 55 0 21 24 236 57 76
Binary 1110000 11001011 10101001 101101 0 10001 10100 10011110 101111 111110

Color Harmonies of #70CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBA9

Black with #70CBA9

Text Example


Text Example

White with #70CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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