#75C3AD

Color #75C3AD Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #75C3AD

Tints of Monte Carlo #75C3AD

Color information

#75C3AD (or 0x75C3AD) is unknown color: approx 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

RGB117195173-
CMYK0.400.110.24
HSL163.08º39.39%61.18%-
HSV(B)163.08º40%76.47%-
XYZ34.3945.8346.57-
YUV169.17130.1690.79-

RGB Variations

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

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 (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951730.400.110.24163.0839.3961.18
Hex75C3AD280B18a3273d
Octal16530325550013302434775
Binary11101011100001110101101101000010111100010100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>