#75CDB4

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

Shades of Monte Carlo #75CDB4

Tints of Monte Carlo #75CDB4

Color information

#75CDB4 (or 0x75CDB4) is unknown color: approx Monte Carlo. HEX triplet: 75, CD and B4. RGB value is (117,205,180). Sum of RGB (Red+Green+Blue) = 117+205+180=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDB4 is #8A324B. Grayscale: #AFAFAF. Windows color (decimal): -9056844 or 11849077. OLE color: 11849077.

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

Color convert

RGB117205180-
CMYK0.4300.120.20
HSL162.95º46.81%63.14%-
HSV(B)162.95º42.93%80.39%-
XYZ37.4150.7451-
YUV175.84130.3586.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=23.31%
G=40.84%
B=35.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051800.4300.120.20162.9546.8163.14
Hex75CDB42B0C14a32f3f
Octal16531526453014242435777
Binary11101011100110110110100101011011001010010100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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