Html Css Color HEX #70CBAE Medium Aquamarine

📋 copy color: '#70CBAE'

red 112 ◦ green 203 ◦ blue 174

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

Shades of Medium Aquamarine #70CBAE

Tints of Medium Aquamarine #70CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 22.9%
G = 41.51%
B = 35.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#70CBAE (or 0x70CBAE) is known color: Medium Aquamarine. HEX triplet: 70, CB and AE. RGB value is (112,203,174). Sum of RGB (Red+Green+Blue) = 112+203+174=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBAE is #8F3451. Grayscale: #ACACAC. Windows color (decimal): -9385042 or 11455344. OLE color: 11455344.

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

Color convert

RGB 112 203 174 -
CMYK 0.45 0 0.14 0.20
HSL 160.88º 0.47% 0.62% -
HSV(B) 160.88º 0.45% 0.8% -
XYZ 35.68 49.21 47.66 -
YUV 172.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 112 203 174 0.45 0 0.14 0.20 160.88 0.47 0.62
Hex 70 CB AE 2D 0 E 14 A1 2F 3E
Octal 160 313 256 55 0 16 24 241 57 76
Binary 1110000 11001011 10101110 101101 0 1110 10100 10100001 101111 111110

Color Harmonies of #70CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBAE

Black with #70CBAE

Text Example


Text Example

White with #70CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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