#97B398

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

Shades of Dark Sea Green #97B398

Tints of Dark Sea Green #97B398

Color information

#97B398 (or 0x97B398) is unknown color: approx Dark Sea Green. HEX triplet: 97, B3 and 98. RGB value is (151,179,152). Sum of RGB (Red+Green+Blue) = 151+179+152=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #97B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B398 is #684C67. Grayscale: #A7A7A7. Windows color (decimal): -6835304 or 10007447. OLE color: 10007447.

HSL color Cylindrical-coordinate representation of color #97B398: hue angle of 122.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97B398 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB151179152-
CMYK0.1600.150.30
HSL122.14º15.56%64.71%-
HSV(B)122.14º15.64%70.2%-
XYZ34.5541.0935.82-
YUV167.55119.22116.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=31.33%
G=37.14%
B=31.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511791520.1600.150.30122.1415.5664.71
Hex97B398100F1E7a1041
Octal227263230200173617220101
Binary1001011110110011100110001000001111111101111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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