Html Css Color HEX #98BA9A Dark Sea Green

📋 copy color: '#98BA9A'

red 152 ◦ green 186 ◦ blue 154

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

Shades of Dark Sea Green #98BA9A

Tints of Dark Sea Green #98BA9A

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 152 186 154 -
CMYK 0.18 0 0.17 0.27
HSL 123.53º 0.2% 0.66% -
HSV(B) 123.53º 0.18% 0.73% -
XYZ 36.34 44.13 37.17 -
YUV 172.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 152 186 154 0.18 0 0.17 0.27 123.53 0.2 0.66
Hex 98 BA 9A 12 0 11 1B 7C 14 42
Octal 230 272 232 22 0 21 33 174 24 102
Binary 10011000 10111010 10011010 10010 0 10001 11011 1111100 10100 1000010

Color Harmonies of #98BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA9A

Black with #98BA9A

Text Example


Text Example

White with #98BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BA9A;
 }
 .AnyTagClassName
 {
   color: #98BA9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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