#75C6BD

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

Shades of Monte Carlo #75C6BD

Tints of Monte Carlo #75C6BD

Color information

#75C6BD (or 0x75C6BD) is unknown color: approx Monte Carlo. HEX triplet: 75, C6 and BD. RGB value is (117,198,189). Sum of RGB (Red+Green+Blue) = 117+198+189=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6BD is #8A3942. Grayscale: #ACACAC. Windows color (decimal): -9058627 or 12437109. OLE color: 12437109.

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

Color convert

RGB117198189-
CMYK0.4100.050.22
HSL173.33º41.54%61.76%-
HSV(B)173.33º40.91%77.65%-
XYZ36.7247.8455.44-
YUV172.76137.1688.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=23.21%
G=39.29%
B=37.5%

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
Decimal1171981890.4100.050.22173.3341.5461.76
Hex75C6BD290516ad2a3e
Octal1653062755105262555276
Binary1110101110001101011110110100101011011010101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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