Html Css Color HEX #75C3AD Monte Carlo

📋 copy color: '#75C3AD'

red 117 ◦ green 195 ◦ blue 173

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

Shades of Monte Carlo #75C3AD

Tints of Monte Carlo #75C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 24.12%
G = 40.21%
B = 35.67%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#75C3AD (or 0x75C3AD) is known color: Monte Carlo. HEX triplet: 75, C3 and AD. RGB value is (117,195,173). Sum of RGB (Red+Green+Blue) = 117+195+173=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #75C3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C3AD is #8A3C52. Grayscale: #A9A9A9. Windows color (decimal): -9059411 or 11387765. OLE color: 11387765.

HSL color Cylindrical-coordinate representation of color #75C3AD: hue angle of 163.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C3AD is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 173 -
CMYK 0.4 0 0.11 0.24
HSL 163.08º 0.39% 0.61% -
HSV(B) 163.08º 0.4% 0.76% -
XYZ 34.39 45.83 46.57 -
YUV 169.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 117 195 173 0.4 0 0.11 0.24 163.08 0.39 0.61
Hex 75 C3 AD 28 0 B 18 A3 27 3D
Octal 165 303 255 50 0 13 30 243 47 75
Binary 1110101 11000011 10101101 101000 0 1011 11000 10100011 100111 111101

Color Harmonies of #75C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C3AD

Black with #75C3AD

Text Example


Text Example

White with #75C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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