#75CEB7

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

Shades of Monte Carlo #75CEB7

Tints of Monte Carlo #75CEB7

Color information

#75CEB7 (or 0x75CEB7) is unknown color: approx Monte Carlo. HEX triplet: 75, CE and B7. RGB value is (117,206,183). Sum of RGB (Red+Green+Blue) = 117+206+183=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEB7 is #8A3148. Grayscale: #B0B0B0. Windows color (decimal): -9056585 or 12045941. OLE color: 12045941.

HSL color Cylindrical-coordinate representation of color #75CEB7: hue angle of 164.49º 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 #75CEB7 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB117206183-
CMYK0.4300.110.19
HSL164.49º47.59%63.33%-
HSV(B)164.49º43.2%80.78%-
XYZ37.9551.3452.71-
YUV176.77131.5185.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.12%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=23.12%
G=40.71%
B=36.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061830.4300.110.19164.4947.5963.33
Hex75CEB72B0B13a4303f
Octal16531626753013232446077
Binary11101011100111010110111101011010111001110100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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