#75CDB1

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

Shades of Monte Carlo #75CDB1

Tints of Monte Carlo #75CDB1

Color information

#75CDB1 (or 0x75CDB1) is unknown color: approx Monte Carlo. HEX triplet: 75, CD and B1. RGB value is (117,205,177). Sum of RGB (Red+Green+Blue) = 117+205+177=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDB1 is #8A324E. Grayscale: #AFAFAF. Windows color (decimal): -9056847 or 11652469. OLE color: 11652469.

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

Color convert

RGB117205177-
CMYK0.4300.140.20
HSL160.91º46.81%63.14%-
HSV(B)160.91º42.93%80.39%-
XYZ37.150.6249.41-
YUV175.5128.8586.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=23.45%
G=41.08%
B=35.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051770.4300.140.20160.9146.8163.14
Hex75CDB12B0E14a12f3f
Octal16531526153016242415777
Binary11101011100110110110001101011011101010010100001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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