#99BA9D

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

Shades of Dark Sea Green #99BA9D

Tints of Dark Sea Green #99BA9D

Color information

#99BA9D (or 0x99BA9D) is unknown color: approx Dark Sea Green. HEX triplet: 99, BA and 9D. RGB value is (153,186,157). Sum of RGB (Red+Green+Blue) = 153+186+157=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA9D is #664562. Grayscale: #ACACAC. Windows color (decimal): -6702435 or 10336921. OLE color: 10336921.

HSL color Cylindrical-coordinate representation of color #99BA9D: hue angle of 127.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BA9D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB153186157-
CMYK0.1800.160.27
HSL127.27º19.3%66.47%-
HSV(B)127.27º17.74%72.94%-
XYZ36.7844.3238.52-
YUV172.83119.07113.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=30.85%
G=37.5%
B=31.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861570.1800.160.27127.2719.366.47
Hex99BA9D120101B7f1342
Octal231272235220203317723102
Binary10011001101110101001110110010010000110111111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,157); }

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

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

 a { background-color: rgb(153,186,157); }

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

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

 span { border-color: rgb(153,186,157); }

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