Html Css Color HEX #8ABCB4 Shadow Green

📋 copy color: '#8ABCB4'

red 138 ◦ green 188 ◦ blue 180

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

Shades of Shadow Green #8ABCB4

Tints of Shadow Green #8ABCB4

RGB

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

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

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

R = 27.27%
G = 37.15%
B = 35.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#8ABCB4 (or 0x8ABCB4) is known color: Shadow Green. HEX triplet: 8A, BC and B4. RGB value is (138,188,180). Sum of RGB (Red+Green+Blue) = 138+188+180=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCB4 is #75434B. Grayscale: #ACACAC. Windows color (decimal): -7684940 or 11844746. OLE color: 11844746.

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

Color convert

RGB 138 188 180 -
CMYK 0.27 0 0.04 0.26
HSL 170.4º 0.27% 0.64% -
HSV(B) 170.4º 0.27% 0.74% -
XYZ 36.7 44.67 49.87 -
YUV 172.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 138 188 180 0.27 0 0.04 0.26 170.4 0.27 0.64
Hex 8A BC B4 1B 0 4 1A AA 1B 40
Octal 212 274 264 33 0 4 32 252 33 100
Binary 10001010 10111100 10110100 11011 0 100 11010 10101010 11011 1000000

Color Harmonies of #8ABCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCB4

Black with #8ABCB4

Text Example


Text Example

White with #8ABCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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