Html Css Color HEX #75BEB8 Monte Carlo

📋 copy color: '#75BEB8'

red 117 ◦ green 190 ◦ blue 184

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

Shades of Monte Carlo #75BEB8

Tints of Monte Carlo #75BEB8

RGB

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

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

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

R = 23.83%
G = 38.7%
B = 37.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#75BEB8 (or 0x75BEB8) is known color: Monte Carlo. HEX triplet: 75, BE and B8. RGB value is (117,190,184). Sum of RGB (Red+Green+Blue) = 117+190+184=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEB8 is #8A4147. Grayscale: #A7A7A7. Windows color (decimal): -9060680 or 12107381. OLE color: 12107381.

HSL color Cylindrical-coordinate representation of color #75BEB8: hue angle of 175.07º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEB8 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 184 -
CMYK 0.38 0 0.03 0.25
HSL 175.07º 0.36% 0.6% -
HSV(B) 175.07º 0.38% 0.75% -
XYZ 34.4 44.07 52.04 -
YUV 167.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 117 190 184 0.38 0 0.03 0.25 175.07 0.36 0.6
Hex 75 BE B8 26 0 3 19 AF 24 3C
Octal 165 276 270 46 0 3 31 257 44 74
Binary 1110101 10111110 10111000 100110 0 11 11001 10101111 100100 111100

Color Harmonies of #75BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEB8

Black with #75BEB8

Text Example


Text Example

White with #75BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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