#9DBF9E

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

Shades of Dark Sea Green #9DBF9E

Tints of Dark Sea Green #9DBF9E

Color information

#9DBF9E (or 0x9DBF9E) is unknown color: approx Dark Sea Green. HEX triplet: 9D, BF and 9E. RGB value is (157,191,158). Sum of RGB (Red+Green+Blue) = 157+191+158=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF9E is #624061. Grayscale: #B1B1B1. Windows color (decimal): -6439010 or 10403741. OLE color: 10403741.

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

Color convert

RGB157191158-
CMYK0.1800.170.25
HSL121.76º20.99%68.24%-
HSV(B)121.76º17.8%74.9%-
XYZ38.7146.939.36-
YUV177.07117.24113.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=31.03%
G=37.75%
B=31.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911580.1800.170.25121.7620.9968.24
Hex9DBF9E12011197a1544
Octal235277236220213117225104
Binary10011101101111111001111010010010001110011111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,158); }

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

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

 a { background-color: rgb(157,191,158); }

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

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

 span { border-color: rgb(157,191,158); }

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