Html Css Color HEX #70BEAD Monte Carlo

📋 copy color: '#70BEAD'

red 112 ◦ green 190 ◦ blue 173

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

Shades of Monte Carlo #70BEAD

Tints of Monte Carlo #70BEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

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

R = 23.58%
G = 40%
B = 36.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#70BEAD (or 0x70BEAD) is known color: Monte Carlo. HEX triplet: 70, BE and AD. RGB value is (112,190,173). Sum of RGB (Red+Green+Blue) = 112+190+173=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEAD is #8F4152. Grayscale: #A4A4A4. Windows color (decimal): -9388371 or 11386480. OLE color: 11386480.

HSL color Cylindrical-coordinate representation of color #70BEAD: hue angle of 166.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BEAD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 173 -
CMYK 0.41 0 0.09 0.25
HSL 166.92º 0.38% 0.59% -
HSV(B) 166.92º 0.41% 0.75% -
XYZ 32.64 43.29 46.17 -
YUV 164.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 112 190 173 0.41 0 0.09 0.25 166.92 0.38 0.59
Hex 70 BE AD 29 0 9 19 A7 26 3B
Octal 160 276 255 51 0 11 31 247 46 73
Binary 1110000 10111110 10101101 101001 0 1001 11001 10100111 100110 111011

Color Harmonies of #70BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEAD

Black with #70BEAD

Text Example


Text Example

White with #70BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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