Html Css Color HEX #A0BE9F Spring Rain

📋 copy color: '#A0BE9F'

red 160 ◦ green 190 ◦ blue 159

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

Shades of Spring Rain #A0BE9F

Tints of Spring Rain #A0BE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 31.43%
G = 37.33%
B = 31.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A0BE9F (or 0xA0BE9F) is known color: Spring Rain. HEX triplet: A0, BE and 9F. RGB value is (160,190,159). Sum of RGB (Red+Green+Blue) = 160+190+159=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE9F is #5F4160. Grayscale: #B1B1B1. Windows color (decimal): -6242657 or 10469024. OLE color: 10469024.

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

Color convert

RGB 160 190 159 -
CMYK 0.16 0 0.16 0.25
HSL 118.06º 0.19% 0.68% -
HSV(B) 118.06º 0.16% 0.75% -
XYZ 39.17 46.8 39.77 -
YUV 177.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 160 190 159 0.16 0 0.16 0.25 118.06 0.19 0.68
Hex A0 BE 9F 10 0 10 19 76 13 44
Octal 240 276 237 20 0 20 31 166 23 104
Binary 10100000 10111110 10011111 10000 0 10000 11001 1110110 10011 1000100

Color Harmonies of #A0BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE9F

Black with #A0BE9F

Text Example


Text Example

White with #A0BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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