Html Css Color HEX #8ABDB0 Shadow Green

📋 copy color: '#8ABDB0'

red 138 ◦ green 189 ◦ blue 176

#8ABDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #8ABDB0

Tints of Shadow Green #8ABDB0

RGB

 RED value IS 138 (54.3% from 255) = 27.44%

 GREEN value IS 189 (74.22% from 255) = 37.57%

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 27.44%
G = 37.57%
B = 34.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#8ABDB0 (or 0x8ABDB0) is known color: Shadow Green. HEX triplet: 8A, BD and B0. RGB value is (138,189,176). Sum of RGB (Red+Green+Blue) = 138+189+176=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDB0 is #75424F. Grayscale: #ACACAC. Windows color (decimal): -7684688 or 11582858. OLE color: 11582858.

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

Color convert

RGB 138 189 176 -
CMYK 0.27 0 0.07 0.26
HSL 164.71º 0.28% 0.64% -
HSV(B) 164.71º 0.27% 0.74% -
XYZ 36.52 44.93 47.82 -
YUV 172.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 138 189 176 0.27 0 0.07 0.26 164.71 0.28 0.64
Hex 8A BD B0 1B 0 7 1A A5 1C 40
Octal 212 275 260 33 0 7 32 245 34 100
Binary 10001010 10111101 10110000 11011 0 111 11010 10100101 11100 1000000

Color Harmonies of #8ABDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDB0

Black with #8ABDB0

Text Example


Text Example

White with #8ABDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ABDB0;
 }
 .AnyTagClassName
 {
   color: #8ABDB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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