#9ABA98

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

Shades of Dark Sea Green #9ABA98

Tints of Dark Sea Green #9ABA98

Color information

#9ABA98 (or 0x9ABA98) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BA and 98. RGB value is (154,186,152). Sum of RGB (Red+Green+Blue) = 154+186+152=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA98 is #654567. Grayscale: #ACACAC. Windows color (decimal): -6636904 or 10009242. OLE color: 10009242.

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

Color convert

RGB154186152-
CMYK0.1700.180.27
HSL116.47º19.77%66.27%-
HSV(B)116.47º18.28%72.94%-
XYZ36.5544.2536.32-
YUV172.56116.4114.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=31.30%
G=37.80%
B=30.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861520.1700.180.27116.4719.7766.27
Hex9ABA98110121B741442
Octal232272230210223316424102
Binary10011010101110101001100010001010010110111110100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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