#9FBEA0

Color #9FBEA0 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FBEA0

Tints of Spring Rain #9FBEA0

Color information

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

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

Color convert

RGB159190160-
CMYK0.1600.160.25
HSL121.94º19.25%68.43%-
HSV(B)121.94º16.32%74.51%-
XYZ39.0646.7440.22-
YUV177.31118.23114.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=31.24%
G=37.33%
B=31.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901600.1600.160.25121.9419.2568.43
Hex9FBEA010010197a1344
Octal237276240200203117223104
Binary10011111101111101010000010000010000110011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBEA0; }

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

 H1.HeaderClassName
 {
   color: #9FBEA0;
 }
 .AnyTagClassName
 {
   color: #9FBEA0;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9FBEA0;
 }
 .BgClassName
 {
   background-color: #9FBEA0;
 }
</style>
border-color css

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

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

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