#97BE95

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

Shades of Dark Sea Green #97BE95

Tints of Dark Sea Green #97BE95

Color information

#97BE95 (or 0x97BE95) is unknown color: approx Dark Sea Green. HEX triplet: 97, BE and 95. RGB value is (151,190,149). Sum of RGB (Red+Green+Blue) = 151+190+149=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BE95 is #68416A. Grayscale: #ADADAD. Windows color (decimal): -6832491 or 9813655. OLE color: 9813655.

HSL color Cylindrical-coordinate representation of color #97BE95: hue angle of 117.07º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BE95 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB151190149-
CMYK0.2100.220.25
HSL117.07º23.98%66.47%-
HSV(B)117.07º21.58%74.51%-
XYZ36.645.5835.3-
YUV173.66114.08111.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=30.82%
G=38.78%
B=30.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901490.2100.220.25117.0723.9866.47
Hex97BE951501619751842
Octal227276225250263116530102
Binary10010111101111101001010110101010110110011110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,149); }

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

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

 a { background-color: rgb(151,190,149); }

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

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

 span { border-color: rgb(151,190,149); }

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