Html Css Color HEX #A0BEB8 Shadow Green

📋 copy color: '#A0BEB8'

red 160 ◦ green 190 ◦ blue 184

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

Shades of Shadow Green #A0BEB8

Tints of Shadow Green #A0BEB8

RGB

 RED value IS 160 (62.89% from 255) = 29.96%

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 29.96%
G = 35.58%
B = 34.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#A0BEB8 (or 0xA0BEB8) is known color: Shadow Green. HEX triplet: A0, BE and B8. RGB value is (160,190,184). Sum of RGB (Red+Green+Blue) = 160+190+184=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB8 is #5F4147. Grayscale: #B4B4B4. Windows color (decimal): -6242632 or 12107424. OLE color: 12107424.

HSL color Cylindrical-coordinate representation of color #A0BEB8: hue angle of 168º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 184 -
CMYK 0.16 0 0.03 0.25
HSL 168º 0.19% 0.69% -
HSV(B) 168º 0.16% 0.75% -
XYZ 41.56 47.76 52.38 -
YUV 180.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 160 190 184 0.16 0 0.03 0.25 168 0.19 0.69
Hex A0 BE B8 10 0 3 19 A8 13 45
Octal 240 276 270 20 0 3 31 250 23 105
Binary 10100000 10111110 10111000 10000 0 11 11001 10101000 10011 1000101

Color Harmonies of #A0BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEB8

Black with #A0BEB8

Text Example


Text Example

White with #A0BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEB8; }

 p { color: rgb(160,190,184); }

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

background-color css

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

 a { background-color: rgb(160,190,184); }

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

border-color css

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

 span { border-color: rgb(160,190,184); }

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