Html Css Color HEX #9BBE9C Dark Sea Green

📋 copy color: '#9BBE9C'

red 155 ◦ green 190 ◦ blue 156

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

Shades of Dark Sea Green #9BBE9C

Tints of Dark Sea Green #9BBE9C

RGB

 RED value IS 155 (60.94% from 255) = 30.94%

 GREEN value IS 190 (74.61% from 255) = 37.92%

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 30.94%
G = 37.92%
B = 31.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9BBE9C (or 0x9BBE9C) is known color: Dark Sea Green. HEX triplet: 9B, BE and 9C. RGB value is (155,190,156). Sum of RGB (Red+Green+Blue) = 155+190+156=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE9C is #644163. Grayscale: #AFAFAF. Windows color (decimal): -6570340 or 10272411. OLE color: 10272411.

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

Color convert

RGB 155 190 156 -
CMYK 0.18 0 0.18 0.25
HSL 121.71º 0.21% 0.68% -
HSV(B) 121.71º 0.18% 0.75% -
XYZ 37.93 46.2 38.37 -
YUV 175.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 155 190 156 0.18 0 0.18 0.25 121.71 0.21 0.68
Hex 9B BE 9C 12 0 12 19 7A 15 44
Octal 233 276 234 22 0 22 31 172 25 104
Binary 10011011 10111110 10011100 10010 0 10010 11001 1111010 10101 1000100

Color Harmonies of #9BBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE9C

Black with #9BBE9C

Text Example


Text Example

White with #9BBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,156); }

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

background-color css

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

 a { background-color: rgb(155,190,156); }

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

border-color css

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

 span { border-color: rgb(155,190,156); }

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