#75C4BE

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

Shades of Monte Carlo #75C4BE

Tints of Monte Carlo #75C4BE

Color information

#75C4BE (or 0x75C4BE) is unknown color: approx Monte Carlo. HEX triplet: 75, C4 and BE. RGB value is (117,196,190). Sum of RGB (Red+Green+Blue) = 117+196+190=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #75C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C4BE is #8A3B41. Grayscale: #ABABAB. Windows color (decimal): -9059138 or 12502133. OLE color: 12502133.

HSL color Cylindrical-coordinate representation of color #75C4BE: hue angle of 175.44º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C4BE is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB117196190-
CMYK0.4000.030.23
HSL175.44º40.1%61.37%-
HSV(B)175.44º40.31%76.86%-
XYZ36.3746.9855.87-
YUV171.7138.3388.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=23.26%
G=38.97%
B=37.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171961900.4000.030.23175.4440.161.37
Hex75C4BE280317af283d
Octal1653042765003272575075
Binary111010111000100101111101010000111011110101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,196,190); }

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

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

 a { background-color: rgb(117,196,190); }

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

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

 span { border-color: rgb(117,196,190); }

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