Html Css Color HEX #9ABA98 Dark Sea Green

📋 copy color: '#9ABA98'

red 154 ◦ green 186 ◦ blue 152

#9ABA98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9ABA98

Tints of Dark Sea Green #9ABA98

RGB

 RED value IS 154 (60.55% from 255) = 31.3%

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 31.3%
G = 37.8%
B = 30.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#9ABA98 (or 0x9ABA98) is known color: 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

RGB 154 186 152 -
CMYK 0.17 0 0.18 0.27
HSL 116.47º 0.2% 0.66% -
HSV(B) 116.47º 0.18% 0.73% -
XYZ 36.55 44.25 36.32 -
YUV 172.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 154 186 152 0.17 0 0.18 0.27 116.47 0.2 0.66
Hex 9A BA 98 11 0 12 1B 74 14 42
Octal 232 272 230 21 0 22 33 164 24 102
Binary 10011010 10111010 10011000 10001 0 10010 11011 1110100 10100 1000010

Color Harmonies of #9ABA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA98

Black with #9ABA98

Text Example


Text Example

White with #9ABA98

Text Example


Text Example

HTML Codes & Css Web 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>