Html Css Color HEX #70C1AB Monte Carlo

📋 copy color: '#70C1AB'

red 112 ◦ green 193 ◦ blue 171

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

Shades of Monte Carlo #70C1AB

Tints of Monte Carlo #70C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.55%

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

R = 23.53%
G = 40.55%
B = 35.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#70C1AB (or 0x70C1AB) is known color: Monte Carlo. HEX triplet: 70, C1 and AB. RGB value is (112,193,171). Sum of RGB (Red+Green+Blue) = 112+193+171=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C1AB is #8F3E54. Grayscale: #A6A6A6. Windows color (decimal): -9387605 or 11256176. OLE color: 11256176.

HSL color Cylindrical-coordinate representation of color #70C1AB: hue angle of 163.7º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C1AB is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 171 -
CMYK 0.42 0 0.11 0.24
HSL 163.7º 0.4% 0.6% -
HSV(B) 163.7º 0.42% 0.76% -
XYZ 33.1 44.52 45.38 -
YUV 166.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 112 193 171 0.42 0 0.11 0.24 163.7 0.4 0.6
Hex 70 C1 AB 2A 0 B 18 A4 28 3C
Octal 160 301 253 52 0 13 30 244 50 74
Binary 1110000 11000001 10101011 101010 0 1011 11000 10100100 101000 111100

Color Harmonies of #70C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C1AB

Black with #70C1AB

Text Example


Text Example

White with #70C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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