#97BF99

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

Shades of Dark Sea Green #97BF99

Tints of Dark Sea Green #97BF99

Color information

#97BF99 (or 0x97BF99) is unknown color: approx Dark Sea Green. HEX triplet: 97, BF and 99. RGB value is (151,191,153). Sum of RGB (Red+Green+Blue) = 151+191+153=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BF99 is #684066. Grayscale: #AEAEAE. Windows color (decimal): -6832231 or 10076055. OLE color: 10076055.

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

Color convert

RGB151191153-
CMYK0.2100.200.25
HSL123º23.81%67.06%-
HSV(B)123º20.94%74.9%-
XYZ37.1446.1437.09-
YUV174.71115.75111.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=30.51%
G=38.59%
B=30.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911530.2100.200.2512323.8167.06
Hex97BF9915014197b1843
Octal227277231250243117330103
Binary10010111101111111001100110101010100110011111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,153); }

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

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

 a { background-color: rgb(151,191,153); }

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

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

 span { border-color: rgb(151,191,153); }

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