Html Css Color HEX #9BBD9F Dark Sea Green

📋 copy color: '#9BBD9F'

red 155 ◦ green 189 ◦ blue 159

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

Shades of Dark Sea Green #9BBD9F

Tints of Dark Sea Green #9BBD9F

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 value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#9BBD9F (or 0x9BBD9F) is known color: 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

RGB 155 189 159 -
CMYK 0.18 0 0.16 0.26
HSL 127.06º 0.2% 0.67% -
HSV(B) 127.06º 0.18% 0.74% -
XYZ 37.97 45.87 39.65 -
YUV 175.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 155 189 159 0.18 0 0.16 0.26 127.06 0.2 0.67
Hex 9B BD 9F 12 0 10 1A 7F 14 43
Octal 233 275 237 22 0 20 32 177 24 103
Binary 10011011 10111101 10011111 10010 0 10000 11010 1111111 10100 1000011

Color Harmonies of #9BBD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD9F

Black with #9BBD9F

Text Example


Text Example

White with #9BBD9F

Text Example


Text Example

HTML Codes & Css Web 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>