#9BBD9F

Color #9BBD9F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #9BBD9F

Tints of Dark Sea Green #9BBD9F

Color information

#9BBD9F (or 0x9BBD9F) is unknown color: approx Dark Sea Green. HEX triplet: 9B, BD and 9F. RGB value is (155,189,159). Sum of RGB (Red+Green+Blue) = 155+189+159=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD9F is #644260. Grayscale: #AFAFAF. Windows color (decimal): -6570593 or 10468763. OLE color: 10468763.

HSL color Cylindrical-coordinate representation of color #9BBD9F: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBD9F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB155189159-
CMYK0.1800.160.26
HSL127.06º20.48%67.45%-
HSV(B)127.06º17.99%74.12%-
XYZ37.9745.8739.65-
YUV175.41118.74113.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=30.82%
G=37.57%
B=31.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891590.1800.160.26127.0620.4867.45
Hex9BBD9F120101A7f1443
Octal233275237220203217724103
Binary10011011101111011001111110010010000110101111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,159); }

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

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

 a { background-color: rgb(155,189,159); }

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

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

 span { border-color: rgb(155,189,159); }

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