Html Css Color HEX #70CBAC Medium Aquamarine

📋 copy color: '#70CBAC'

red 112 ◦ green 203 ◦ blue 172

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

Shades of Medium Aquamarine #70CBAC

Tints of Medium Aquamarine #70CBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 23%
G = 41.68%
B = 35.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#70CBAC (or 0x70CBAC) is known color: Medium Aquamarine. HEX triplet: 70, CB and AC. RGB value is (112,203,172). Sum of RGB (Red+Green+Blue) = 112+203+172=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAC is #8F3453. Grayscale: #ACACAC. Windows color (decimal): -9385044 or 11324272. OLE color: 11324272.

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

Color convert

RGB 112 203 172 -
CMYK 0.45 0 0.15 0.20
HSL 159.56º 0.47% 0.62% -
HSV(B) 159.56º 0.45% 0.8% -
XYZ 35.48 49.14 46.64 -
YUV 172.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 112 203 172 0.45 0 0.15 0.20 159.56 0.47 0.62
Hex 70 CB AC 2D 0 F 14 A0 2F 3E
Octal 160 313 254 55 0 17 24 240 57 76
Binary 1110000 11001011 10101100 101101 0 1111 10100 10100000 101111 111110

Color Harmonies of #70CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBAC

Black with #70CBAC

Text Example


Text Example

White with #70CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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