#73C8B8

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

Shades of Monte Carlo #73C8B8

Tints of Monte Carlo #73C8B8

Color information

#73C8B8 (or 0x73C8B8) is unknown color: approx Monte Carlo. HEX triplet: 73, C8 and B8. RGB value is (115,200,184). Sum of RGB (Red+Green+Blue) = 115+200+184=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8B8 is #8C3747. Grayscale: #ACACAC. Windows color (decimal): -9189192 or 12109939. OLE color: 12109939.

HSL color Cylindrical-coordinate representation of color #73C8B8: hue angle of 168.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8B8 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB115200184-
CMYK0.4200.080.22
HSL168.71º43.59%61.76%-
HSV(B)168.71º42.5%78.43%-
XYZ36.3848.4152.78-
YUV172.76134.3486.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.05%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=23.05%
G=40.08%
B=36.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001840.4200.080.22168.7143.5961.76
Hex73C8B82A0816a92c3e
Octal16331027052010262515476
Binary11100111100100010111000101010010001011010101001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C8B8; }

 p { color: rgb(115,200,184); }

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

<style>
 a { background-color: #73C8B8; }

 a { background-color: rgb(115,200,184); }

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

<style>
 span { border-color: #73C8B8; }

 span { border-color: rgb(115,200,184); }

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