#97BB98

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

Shades of Dark Sea Green #97BB98

Tints of Dark Sea Green #97BB98

Color information

#97BB98 (or 0x97BB98) is unknown color: approx Dark Sea Green. HEX triplet: 97, BB and 98. RGB value is (151,187,152). Sum of RGB (Red+Green+Blue) = 151+187+152=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB98 is #684467. Grayscale: #ACACAC. Windows color (decimal): -6833256 or 10009495. OLE color: 10009495.

HSL color Cylindrical-coordinate representation of color #97BB98: hue angle of 121.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97BB98 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB151187152-
CMYK0.1900.190.27
HSL121.67º20.93%66.27%-
HSV(B)121.67º19.25%73.33%-
XYZ36.244.3936.37-
YUV172.25116.57112.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=30.82%
G=38.16%
B=31.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511871520.1900.190.27121.6720.9366.27
Hex97BB98130131B7a1542
Octal227273230230233317225102
Binary10010111101110111001100010011010011110111111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BB98; }

 p { color: rgb(151,187,152); }

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

<style>
 a { background-color: #97BB98; }

 a { background-color: rgb(151,187,152); }

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

<style>
 span { border-color: #97BB98; }

 span { border-color: rgb(151,187,152); }

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