Html Css Color HEX #8ABBB4 Shadow Green

📋 copy color: '#8ABBB4'

red 138 ◦ green 187 ◦ blue 180

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

Shades of Shadow Green #8ABBB4

Tints of Shadow Green #8ABBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 27.33%
G = 37.03%
B = 35.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#8ABBB4 (or 0x8ABBB4) is known color: Shadow Green. HEX triplet: 8A, BB and B4. RGB value is (138,187,180). Sum of RGB (Red+Green+Blue) = 138+187+180=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBB4 is #75444B. Grayscale: #ABABAB. Windows color (decimal): -7685196 or 11844490. OLE color: 11844490.

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

Color convert

RGB 138 187 180 -
CMYK 0.26 0 0.04 0.27
HSL 171.43º 0.26% 0.64% -
HSV(B) 171.43º 0.26% 0.73% -
XYZ 36.49 44.24 49.8 -
YUV 171.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 138 187 180 0.26 0 0.04 0.27 171.43 0.26 0.64
Hex 8A BB B4 1A 0 4 1B AB 1A 40
Octal 212 273 264 32 0 4 33 253 32 100
Binary 10001010 10111011 10110100 11010 0 100 11011 10101011 11010 1000000

Color Harmonies of #8ABBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBB4

Black with #8ABBB4

Text Example


Text Example

White with #8ABBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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