#75CEB1

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

Shades of Monte Carlo #75CEB1

Tints of Monte Carlo #75CEB1

Color information

#75CEB1 (or 0x75CEB1) is unknown color: approx Monte Carlo. HEX triplet: 75, CE and B1. RGB value is (117,206,177). Sum of RGB (Red+Green+Blue) = 117+206+177=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEB1 is #8A314E. Grayscale: #B0B0B0. Windows color (decimal): -9056591 or 11652725. OLE color: 11652725.

HSL color Cylindrical-coordinate representation of color #75CEB1: hue angle of 160.45º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEB1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB117206177-
CMYK0.4300.140.19
HSL160.45º47.59%63.33%-
HSV(B)160.45º43.2%80.78%-
XYZ37.3451.149.49-
YUV176.08128.5185.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=23.4%
G=41.2%
B=35.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061770.4300.140.19160.4547.5963.33
Hex75CEB12B0E13a0303f
Octal16531626153016232406077
Binary11101011100111010110001101011011101001110100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,206,177); }

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

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

 a { background-color: rgb(117,206,177); }

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

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

 span { border-color: rgb(117,206,177); }

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