#8ABFB9

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

Shades of Monte Carlo #8ABFB9

Tints of Monte Carlo #8ABFB9

Color information

#8ABFB9 (or 0x8ABFB9) is unknown color: approx Monte Carlo. HEX triplet: 8A, BF and B9. RGB value is (138,191,185). Sum of RGB (Red+Green+Blue) = 138+191+185=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFB9 is #754046. Grayscale: #AEAEAE. Windows color (decimal): -7684167 or 12173194. OLE color: 12173194.

HSL color Cylindrical-coordinate representation of color #8ABFB9: hue angle of 173.21º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABFB9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB138191185-
CMYK0.2800.030.25
HSL173.21º29.28%64.51%-
HSV(B)173.21º27.75%74.9%-
XYZ37.8746.1752.81-
YUV174.47133.94101.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=26.85%
G=37.16%
B=35.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911850.2800.030.25173.2129.2864.51
Hex8ABFB91C0319ad1d41
Octal21227727134033125535101
Binary100010101011111110111001111000111100110101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABFB9; }

 p { color: rgb(138,191,185); }

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

<style>
 a { background-color: #8ABFB9; }

 a { background-color: rgb(138,191,185); }

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

<style>
 span { border-color: #8ABFB9; }

 span { border-color: rgb(138,191,185); }

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