#99B39B

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

Shades of Dark Sea Green #99B39B

Tints of Dark Sea Green #99B39B

Color information

#99B39B (or 0x99B39B) is unknown color: approx Dark Sea Green. HEX triplet: 99, B3 and 9B. RGB value is (153,179,155). Sum of RGB (Red+Green+Blue) = 153+179+155=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #99B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B39B is #664C64. Grayscale: #A8A8A8. Windows color (decimal): -6704229 or 10204057. OLE color: 10204057.

HSL color Cylindrical-coordinate representation of color #99B39B: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B39B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB153179155-
CMYK0.1500.130.30
HSL124.62º14.61%65.1%-
HSV(B)124.62º14.53%70.2%-
XYZ35.1741.3837.14-
YUV168.49120.39116.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=31.42%
G=36.76%
B=31.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791550.1500.130.30124.6214.6165.1
Hex99B39BF0D1E7df41
Octal231263233170153617517101
Binary10011001101100111001101111110110111110111110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B39B; }

 p { color: rgb(153,179,155); }

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

<style>
 a { background-color: #99B39B; }

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

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

<style>
 span { border-color: #99B39B; }

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

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