#99BA9A

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

Shades of Dark Sea Green #99BA9A

Tints of Dark Sea Green #99BA9A

Color information

#99BA9A (or 0x99BA9A) is unknown color: approx Dark Sea Green. HEX triplet: 99, BA and 9A. RGB value is (153,186,154). Sum of RGB (Red+Green+Blue) = 153+186+154=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA9A is #664565. Grayscale: #ACACAC. Windows color (decimal): -6702438 or 10140313. OLE color: 10140313.

HSL color Cylindrical-coordinate representation of color #99BA9A: hue angle of 121.82º 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 #99BA9A is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB153186154-
CMYK0.1800.170.27
HSL121.82º19.3%66.47%-
HSV(B)121.82º17.74%72.94%-
XYZ36.5344.2237.18-
YUV172.48117.57114.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=31.03%
G=37.73%
B=31.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861540.1800.170.27121.8219.366.47
Hex99BA9A120111B7a1342
Octal231272232220213317223102
Binary10011001101110101001101010010010001110111111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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