#75C7BD

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

Shades of Monte Carlo #75C7BD

Tints of Monte Carlo #75C7BD

Color information

#75C7BD (or 0x75C7BD) is unknown color: approx Monte Carlo. HEX triplet: 75, C7 and BD. RGB value is (117,199,189). Sum of RGB (Red+Green+Blue) = 117+199+189=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #75C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7BD is #8A3842. Grayscale: #ADADAD. Windows color (decimal): -9058371 or 12437365. OLE color: 12437365.

HSL color Cylindrical-coordinate representation of color #75C7BD: hue angle of 172.68º 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 #75C7BD is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB117199189-
CMYK0.4100.050.22
HSL172.68º42.27%61.96%-
HSV(B)172.68º41.21%78.04%-
XYZ36.9448.355.52-
YUV173.34136.8387.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.17%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=23.17%
G=39.41%
B=37.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171991890.4100.050.22172.6842.2761.96
Hex75C7BD290516ad2a3e
Octal1653072755105262555276
Binary1110101110001111011110110100101011011010101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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