Html Css Color HEX #8ABCB0 Shadow Green

📋 copy color: '#8ABCB0'

red 138 ◦ green 188 ◦ blue 176

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

Shades of Shadow Green #8ABCB0

Tints of Shadow Green #8ABCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

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

R = 27.49%
G = 37.45%
B = 35.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#8ABCB0 (or 0x8ABCB0) is known color: Shadow Green. HEX triplet: 8A, BC and B0. RGB value is (138,188,176). Sum of RGB (Red+Green+Blue) = 138+188+176=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCB0 is #75434F. Grayscale: #ABABAB. Windows color (decimal): -7684944 or 11582602. OLE color: 11582602.

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

Color convert

RGB 138 188 176 -
CMYK 0.27 0 0.06 0.26
HSL 165.6º 0.27% 0.64% -
HSV(B) 165.6º 0.27% 0.74% -
XYZ 36.3 44.5 47.75 -
YUV 171.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 138 188 176 0.27 0 0.06 0.26 165.6 0.27 0.64
Hex 8A BC B0 1B 0 6 1A A6 1B 40
Octal 212 274 260 33 0 6 32 246 33 100
Binary 10001010 10111100 10110000 11011 0 110 11010 10100110 11011 1000000

Color Harmonies of #8ABCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCB0

Black with #8ABCB0

Text Example


Text Example

White with #8ABCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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