#8ABABA

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

Shades of Botticelli #8ABABA

Tints of Botticelli #8ABABA

Color information

#8ABABA (or 0x8ABABA) is unknown color: approx Botticelli. HEX triplet: 8A, BA and BA. RGB value is (138,186,186). Sum of RGB (Red+Green+Blue) = 138+186+186=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #8ABABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABABA is #754545. Grayscale: #ABABAB. Windows color (decimal): -7685446 or 12237450. OLE color: 12237450.

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

Color convert

RGB138186186-
CMYK0.26000.27
HSL180º25.81%63.53%-
HSV(B)180º25.81%72.94%-
XYZ36.944.0753.02-
YUV171.65136.1104-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=27.06%
G=36.47%
B=36.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861860.26000.2718025.8163.53
Hex8ABABA1A001Bb41a40
Octal21227227232003326432100
Binary10001010101110101011101011010001101110110100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,186); }

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

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

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

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

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

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

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