Html Css Color HEX #75BAB8 Monte Carlo

📋 copy color: '#75BAB8'

red 117 ◦ green 186 ◦ blue 184

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

Shades of Monte Carlo #75BAB8

Tints of Monte Carlo #75BAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 24.02%
G = 38.19%
B = 37.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#75BAB8 (or 0x75BAB8) is known color: Monte Carlo. HEX triplet: 75, BA and B8. RGB value is (117,186,184). Sum of RGB (Red+Green+Blue) = 117+186+184=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAB8 is #8A4547. Grayscale: #A5A5A5. Windows color (decimal): -9061704 or 12106357. OLE color: 12106357.

HSL color Cylindrical-coordinate representation of color #75BAB8: hue angle of 178.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BAB8 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 184 -
CMYK 0.37 0 0.01 0.27
HSL 178.26º 0.33% 0.59% -
HSV(B) 178.26º 0.37% 0.73% -
XYZ 33.55 42.36 51.76 -
YUV 165.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 117 186 184 0.37 0 0.01 0.27 178.26 0.33 0.59
Hex 75 BA B8 25 0 1 1B B2 21 3B
Octal 165 272 270 45 0 1 33 262 41 73
Binary 1110101 10111010 10111000 100101 0 1 11011 10110010 100001 111011

Color Harmonies of #75BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAB8

Black with #75BAB8

Text Example


Text Example

White with #75BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,184); }

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

background-color css

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

 a { background-color: rgb(117,186,184); }

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

border-color css

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

 span { border-color: rgb(117,186,184); }

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