#8ABEBE

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

Shades of Glacier #8ABEBE

Tints of Glacier #8ABEBE

Color information

#8ABEBE (or 0x8ABEBE) is unknown color: approx Glacier. HEX triplet: 8A, BE and BE. RGB value is (138,190,190). Sum of RGB (Red+Green+Blue) = 138+190+190=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #8ABEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEBE is #754141. Grayscale: #AEAEAE. Windows color (decimal): -7684418 or 12500618. OLE color: 12500618.

HSL color Cylindrical-coordinate representation of color #8ABEBE: hue angle of 180º 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 #8ABEBE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138190190-
CMYK0.27000.25
HSL180º28.57%64.31%-
HSV(B)180º27.37%74.51%-
XYZ38.1945.9555.57-
YUV174.45136.77102-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=26.64%
G=36.68%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901900.27000.2518028.5764.31
Hex8ABEBE1B0019b41d40
Octal21227627633003126435100
Binary10001010101111101011111011011001100110110100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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