Html Css Color HEX #75C0AD Monte Carlo

📋 copy color: '#75C0AD'

red 117 ◦ green 192 ◦ blue 173

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

Shades of Monte Carlo #75C0AD

Tints of Monte Carlo #75C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 24.27%
G = 39.83%
B = 35.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#75C0AD (or 0x75C0AD) is known color: Monte Carlo. HEX triplet: 75, C0 and AD. RGB value is (117,192,173). Sum of RGB (Red+Green+Blue) = 117+192+173=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0AD is #8A3F52. Grayscale: #A7A7A7. Windows color (decimal): -9060179 or 11386997. OLE color: 11386997.

HSL color Cylindrical-coordinate representation of color #75C0AD: hue angle of 164.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C0AD is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 173 -
CMYK 0.39 0 0.10 0.25
HSL 164.8º 0.37% 0.61% -
HSV(B) 164.8º 0.39% 0.75% -
XYZ 33.73 44.5 46.35 -
YUV 167.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 117 192 173 0.39 0 0.10 0.25 164.8 0.37 0.61
Hex 75 C0 AD 27 0 A 19 A5 25 3D
Octal 165 300 255 47 0 12 31 245 45 75
Binary 1110101 11000000 10101101 100111 0 1010 11001 10100101 100101 111101

Color Harmonies of #75C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0AD

Black with #75C0AD

Text Example


Text Example

White with #75C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,173); }

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

background-color css

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

 a { background-color: rgb(117,192,173); }

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

border-color css

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

 span { border-color: rgb(117,192,173); }

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