#74CAB5

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

Shades of Monte Carlo #74CAB5

Tints of Monte Carlo #74CAB5

Color information

#74CAB5 (or 0x74CAB5) is unknown color: approx Monte Carlo. HEX triplet: 74, CA and B5. RGB value is (116,202,181). Sum of RGB (Red+Green+Blue) = 116+202+181=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CAB5 is #8B354A. Grayscale: #ADADAD. Windows color (decimal): -9123147 or 11913844. OLE color: 11913844.

HSL color Cylindrical-coordinate representation of color #74CAB5: hue angle of 165.35º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAB5 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB116202181-
CMYK0.4300.100.21
HSL165.35º44.79%62.35%-
HSV(B)165.35º42.57%79.22%-
XYZ36.6649.2951.3-
YUV173.89132.0186.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=23.25%
G=40.48%
B=36.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021810.4300.100.21165.3544.7962.35
Hex74CAB52B0A15a52d3e
Octal16431226553012252455576
Binary11101001100101010110101101011010101010110100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CAB5; }

 p { color: rgb(116,202,181); }

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

<style>
 a { background-color: #74CAB5; }

 a { background-color: rgb(116,202,181); }

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

<style>
 span { border-color: #74CAB5; }

 span { border-color: rgb(116,202,181); }

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