Html Css Color HEX #A0BEBA Shadow Green

📋 copy color: '#A0BEBA'

red 160 ◦ green 190 ◦ blue 186

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

Shades of Shadow Green #A0BEBA

Tints of Shadow Green #A0BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 29.85%
G = 35.45%
B = 34.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#A0BEBA (or 0xA0BEBA) is known color: Shadow Green. HEX triplet: A0, BE and BA. RGB value is (160,190,186). Sum of RGB (Red+Green+Blue) = 160+190+186=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBA is #5F4145. Grayscale: #B4B4B4. Windows color (decimal): -6242630 or 12238496. OLE color: 12238496.

HSL color Cylindrical-coordinate representation of color #A0BEBA: hue angle of 172º 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 #A0BEBA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 186 -
CMYK 0.16 0 0.02 0.25
HSL 172º 0.19% 0.69% -
HSV(B) 172º 0.16% 0.75% -
XYZ 41.77 47.85 53.49 -
YUV 180.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 160 190 186 0.16 0 0.02 0.25 172 0.19 0.69
Hex A0 BE BA 10 0 2 19 AC 13 45
Octal 240 276 272 20 0 2 31 254 23 105
Binary 10100000 10111110 10111010 10000 0 10 11001 10101100 10011 1000101

Color Harmonies of #A0BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEBA

Black with #A0BEBA

Text Example


Text Example

White with #A0BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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