Html Css Color HEX #9DBF9F Dark Sea Green

📋 copy color: '#9DBF9F'

red 157 ◦ green 191 ◦ blue 159

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

Shades of Dark Sea Green #9DBF9F

Tints of Dark Sea Green #9DBF9F

RGB

 RED value IS 157 (61.72% from 255) = 30.97%

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 30.97%
G = 37.67%
B = 31.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#9DBF9F (or 0x9DBF9F) is known color: Dark Sea Green. HEX triplet: 9D, BF and 9F. RGB value is (157,191,159). Sum of RGB (Red+Green+Blue) = 157+191+159=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF9F is #624060. Grayscale: #B1B1B1. Windows color (decimal): -6439009 or 10469277. OLE color: 10469277.

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

Color convert

RGB 157 191 159 -
CMYK 0.18 0 0.17 0.25
HSL 123.53º 0.21% 0.68% -
HSV(B) 123.53º 0.18% 0.75% -
XYZ 38.79 46.93 39.82 -
YUV 177.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 157 191 159 0.18 0 0.17 0.25 123.53 0.21 0.68
Hex 9D BF 9F 12 0 11 19 7C 15 44
Octal 235 277 237 22 0 21 31 174 25 104
Binary 10011101 10111111 10011111 10010 0 10001 11001 1111100 10101 1000100

Color Harmonies of #9DBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF9F

Black with #9DBF9F

Text Example


Text Example

White with #9DBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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