#8ABBB2

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

Shades of Shadow Green #8ABBB2

Tints of Shadow Green #8ABBB2

Color information

#8ABBB2 (or 0x8ABBB2) is unknown color: approx Shadow Green. HEX triplet: 8A, BB and B2. RGB value is (138,187,178). Sum of RGB (Red+Green+Blue) = 138+187+178=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBB2 is #75444D. Grayscale: #ABABAB. Windows color (decimal): -7685198 or 11713418. OLE color: 11713418.

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

Color convert

RGB138187178-
CMYK0.2600.050.27
HSL168.98º26.49%63.73%-
HSV(B)168.98º26.2%73.33%-
XYZ36.2944.1648.73-
YUV171.32131.77104.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=27.44%
G=37.18%
B=35.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381871780.2600.050.27168.9826.4963.73
Hex8ABBB21A051Ba91a40
Octal21227326232053325132100
Binary1000101010111011101100101101001011101110101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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