#8ABBB0

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

Shades of Shadow Green #8ABBB0

Tints of Shadow Green #8ABBB0

Color information

#8ABBB0 (or 0x8ABBB0) is unknown color: approx Shadow Green. HEX triplet: 8A, BB and B0. RGB value is (138,187,176). Sum of RGB (Red+Green+Blue) = 138+187+176=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBB0 is #75444F. Grayscale: #ABABAB. Windows color (decimal): -7685200 or 11582346. OLE color: 11582346.

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

Color convert

RGB138187176-
CMYK0.2600.060.27
HSL166.53º26.49%63.73%-
HSV(B)166.53º26.2%73.33%-
XYZ36.0944.0847.68-
YUV171.1130.77104.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=27.54%
G=37.33%
B=35.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381871760.2600.060.27166.5326.4963.73
Hex8ABBB01A061Ba71a40
Octal21227326032063324732100
Binary1000101010111011101100001101001101101110100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,176); }

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

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

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

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

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

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

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