#75C7BA

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

Shades of Monte Carlo #75C7BA

Tints of Monte Carlo #75C7BA

Color information

#75C7BA (or 0x75C7BA) is unknown color: approx Monte Carlo. HEX triplet: 75, C7 and BA. RGB value is (117,199,186). Sum of RGB (Red+Green+Blue) = 117+199+186=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #75C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7BA is #8A3845. Grayscale: #ACACAC. Windows color (decimal): -9058374 or 12240757. OLE color: 12240757.

HSL color Cylindrical-coordinate representation of color #75C7BA: hue angle of 170.49º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C7BA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB117199186-
CMYK0.4100.070.22
HSL170.49º42.27%61.96%-
HSV(B)170.49º41.21%78.04%-
XYZ36.6248.1753.82-
YUV173135.3388.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=23.31%
G=39.64%
B=37.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171991860.4100.070.22170.4942.2761.96
Hex75C7BA290716aa2a3e
Octal1653072725107262525276
Binary1110101110001111011101010100101111011010101010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,199,186); }

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

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

 a { background-color: rgb(117,199,186); }

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

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

 span { border-color: rgb(117,199,186); }

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