Html Css Color HEX #70BDB1 Monte Carlo

📋 copy color: '#70BDB1'

red 112 ◦ green 189 ◦ blue 177

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

Shades of Monte Carlo #70BDB1

Tints of Monte Carlo #70BDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 23.43%
G = 39.54%
B = 37.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#70BDB1 (or 0x70BDB1) is known color: Monte Carlo. HEX triplet: 70, BD and B1. RGB value is (112,189,177). Sum of RGB (Red+Green+Blue) = 112+189+177=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDB1 is #8F424E. Grayscale: #A4A4A4. Windows color (decimal): -9388623 or 11648368. OLE color: 11648368.

HSL color Cylindrical-coordinate representation of color #70BDB1: hue angle of 170.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDB1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 177 -
CMYK 0.41 0 0.06 0.26
HSL 170.65º 0.37% 0.59% -
HSV(B) 170.65º 0.41% 0.74% -
XYZ 32.82 43.01 48.17 -
YUV 164.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 112 189 177 0.41 0 0.06 0.26 170.65 0.37 0.59
Hex 70 BD B1 29 0 6 1A AB 25 3B
Octal 160 275 261 51 0 6 32 253 45 73
Binary 1110000 10111101 10110001 101001 0 110 11010 10101011 100101 111011

Color Harmonies of #70BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDB1

Black with #70BDB1

Text Example


Text Example

White with #70BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,177); }

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

background-color css

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

 a { background-color: rgb(112,189,177); }

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

border-color css

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

 span { border-color: rgb(112,189,177); }

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