Html Css Color HEX #75BDB0 Monte Carlo

📋 copy color: '#75BDB0'

red 117 ◦ green 189 ◦ blue 176

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

Shades of Monte Carlo #75BDB0

Tints of Monte Carlo #75BDB0

RGB

 RED value IS 117 (46.09% from 255) = 24.27%

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 24.27%
G = 39.21%
B = 36.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#75BDB0 (or 0x75BDB0) is known color: Monte Carlo. HEX triplet: 75, BD and B0. RGB value is (117,189,176). Sum of RGB (Red+Green+Blue) = 117+189+176=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDB0 is #8A424F. Grayscale: #A5A5A5. Windows color (decimal): -9060944 or 11582837. OLE color: 11582837.

HSL color Cylindrical-coordinate representation of color #75BDB0: hue angle of 169.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDB0 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 176 -
CMYK 0.38 0 0.07 0.26
HSL 169.17º 0.35% 0.6% -
HSV(B) 169.17º 0.38% 0.74% -
XYZ 33.37 43.31 47.68 -
YUV 165.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 117 189 176 0.38 0 0.07 0.26 169.17 0.35 0.6
Hex 75 BD B0 26 0 7 1A A9 23 3C
Octal 165 275 260 46 0 7 32 251 43 74
Binary 1110101 10111101 10110000 100110 0 111 11010 10101001 100011 111100

Color Harmonies of #75BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDB0

Black with #75BDB0

Text Example


Text Example

White with #75BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BDB0; }

 p { color: rgb(117,189,176); }

 H1.HeaderClassName
 {
   color: #75BDB0;
 }
 .AnyTagClassName
 {
   color: #75BDB0;
 }
</style>

background-color css

<style>
 a { background-color: #75BDB0; }

 a { background-color: rgb(117,189,176); }

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

border-color css

<style>
 span { border-color: #75BDB0; }

 span { border-color: rgb(117,189,176); }

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