Html Css Color HEX #70CBAB Medium Aquamarine

📋 copy color: '#70CBAB'

red 112 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #70CBAB

Tints of Medium Aquamarine #70CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 23.05%
G = 41.77%
B = 35.19%

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

#70CBAB (or 0x70CBAB) is known color: Medium Aquamarine. HEX triplet: 70, CB and AB. RGB value is (112,203,171). Sum of RGB (Red+Green+Blue) = 112+203+171=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAB is #8F3454. Grayscale: #ACACAC. Windows color (decimal): -9385045 or 11258736. OLE color: 11258736.

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

Color convert

RGB 112 203 171 -
CMYK 0.45 0 0.16 0.20
HSL 158.9º 0.47% 0.62% -
HSV(B) 158.9º 0.45% 0.8% -
XYZ 35.39 49.1 46.14 -
YUV 172.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 112 203 171 0.45 0 0.16 0.20 158.9 0.47 0.62
Hex 70 CB AB 2D 0 10 14 9F 2F 3E
Octal 160 313 253 55 0 20 24 237 57 76
Binary 1110000 11001011 10101011 101101 0 10000 10100 10011111 101111 111110

Color Harmonies of #70CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBAB

Black with #70CBAB

Text Example


Text Example

White with #70CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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