#9BBE9B

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

Shades of Dark Sea Green #9BBE9B

Tints of Dark Sea Green #9BBE9B

Color information

#9BBE9B (or 0x9BBE9B) is unknown color: approx Dark Sea Green. HEX triplet: 9B, BE and 9B. RGB value is (155,190,155). Sum of RGB (Red+Green+Blue) = 155+190+155=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE9B is #644164. Grayscale: #AFAFAF. Windows color (decimal): -6570341 or 10206875. OLE color: 10206875.

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

Color convert

RGB155190155-
CMYK0.1800.180.25
HSL120º21.21%67.65%-
HSV(B)120º18.42%74.51%-
XYZ37.8546.1637.93-
YUV175.54116.4113.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 155 (60.94% from 255) = 31%
R=31%
G=38%
B=31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901550.1800.180.2512021.2167.65
Hex9BBE9B1201219781544
Octal233276233220223117025104
Binary10011011101111101001101110010010010110011111000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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