#8ABEBC

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

Shades of Monte Carlo #8ABEBC

Tints of Monte Carlo #8ABEBC

Color information

#8ABEBC (or 0x8ABEBC) is unknown color: approx Monte Carlo. HEX triplet: 8A, BE and BC. RGB value is (138,190,188). Sum of RGB (Red+Green+Blue) = 138+190+188=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEBC is #754143. Grayscale: #AEAEAE. Windows color (decimal): -7684420 or 12369546. OLE color: 12369546.

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

Color convert

RGB138190188-
CMYK0.2700.010.25
HSL177.69º28.57%64.31%-
HSV(B)177.69º27.37%74.51%-
XYZ37.9745.8654.43-
YUV174.22135.77102.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=26.74%
G=36.82%
B=36.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901880.2700.010.25177.6928.5764.31
Hex8ABEBC1B0119b21d40
Octal21227627433013126235100
Binary10001010101111101011110011011011100110110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,188); }

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

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

 a { background-color: rgb(138,190,188); }

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

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

 span { border-color: rgb(138,190,188); }

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