#75CAAC

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

Shades of Monte Carlo #75CAAC

Tints of Monte Carlo #75CAAC

Color information

#75CAAC (or 0x75CAAC) is unknown color: approx Monte Carlo. HEX triplet: 75, CA and AC. RGB value is (117,202,172). Sum of RGB (Red+Green+Blue) = 117+202+172=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CAAC is #8A3553. Grayscale: #ADADAD. Windows color (decimal): -9057620 or 11324021. OLE color: 11324021.

HSL color Cylindrical-coordinate representation of color #75CAAC: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CAAC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB117202172-
CMYK0.4200.150.21
HSL158.82º44.5%62.55%-
HSV(B)158.82º42.08%79.22%-
XYZ35.94946.6-
YUV173.16127.3487.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=23.83%
G=41.14%
B=35.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021720.4200.150.21158.8244.562.55
Hex75CAAC2A0F159f2d3f
Octal16531225452017252375577
Binary11101011100101010101100101010011111010110011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,172); }

 H1.HeaderClassName
 {
   color: #75CAAC;
 }
 .AnyTagClassName
 {
   color: #75CAAC;
 }
</style>
background-color css

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

 a { background-color: rgb(117,202,172); }

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

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

 span { border-color: rgb(117,202,172); }

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