Html Css Color HEX #98BA9C Dark Sea Green

📋 copy color: '#98BA9C'

red 152 ◦ green 186 ◦ blue 156

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

Shades of Dark Sea Green #98BA9C

Tints of Dark Sea Green #98BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 30.77%
G = 37.65%
B = 31.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#98BA9C (or 0x98BA9C) is known color: Dark Sea Green. HEX triplet: 98, BA and 9C. RGB value is (152,186,156). Sum of RGB (Red+Green+Blue) = 152+186+156=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA9C is #674563. Grayscale: #ACACAC. Windows color (decimal): -6767972 or 10271384. OLE color: 10271384.

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

Color convert

RGB 152 186 156 -
CMYK 0.18 0 0.16 0.27
HSL 127.06º 0.2% 0.66% -
HSV(B) 127.06º 0.18% 0.73% -
XYZ 36.51 44.19 38.06 -
YUV 172.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 152 186 156 0.18 0 0.16 0.27 127.06 0.2 0.66
Hex 98 BA 9C 12 0 10 1B 7F 14 42
Octal 230 272 234 22 0 20 33 177 24 102
Binary 10011000 10111010 10011100 10010 0 10000 11011 1111111 10100 1000010

Color Harmonies of #98BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA9C

Black with #98BA9C

Text Example


Text Example

White with #98BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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