Html Css Color HEX #70C1AD Monte Carlo

📋 copy color: '#70C1AD'

red 112 ◦ green 193 ◦ blue 173

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

Shades of Monte Carlo #70C1AD

Tints of Monte Carlo #70C1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 23.43%
G = 40.38%
B = 36.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#70C1AD (or 0x70C1AD) is known color: Monte Carlo. HEX triplet: 70, C1 and AD. RGB value is (112,193,173). Sum of RGB (Red+Green+Blue) = 112+193+173=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C1AD is #8F3E52. Grayscale: #A6A6A6. Windows color (decimal): -9387603 or 11387248. OLE color: 11387248.

HSL color Cylindrical-coordinate representation of color #70C1AD: hue angle of 165.19º 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 #70C1AD is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 173 -
CMYK 0.42 0 0.10 0.24
HSL 165.19º 0.4% 0.6% -
HSV(B) 165.19º 0.42% 0.76% -
XYZ 33.29 44.6 46.39 -
YUV 166.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 112 193 173 0.42 0 0.10 0.24 165.19 0.4 0.6
Hex 70 C1 AD 2A 0 A 18 A5 28 3C
Octal 160 301 255 52 0 12 30 245 50 74
Binary 1110000 11000001 10101101 101010 0 1010 11000 10100101 101000 111100

Color Harmonies of #70C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C1AD

Black with #70C1AD

Text Example


Text Example

White with #70C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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