#97BF9C

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

Shades of Dark Sea Green #97BF9C

Tints of Dark Sea Green #97BF9C

Color information

#97BF9C (or 0x97BF9C) is unknown color: approx Dark Sea Green. HEX triplet: 97, BF and 9C. RGB value is (151,191,156). Sum of RGB (Red+Green+Blue) = 151+191+156=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BF9C is #684063. Grayscale: #AFAFAF. Windows color (decimal): -6832228 or 10272663. OLE color: 10272663.

HSL color Cylindrical-coordinate representation of color #97BF9C: hue angle of 127.5º 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 #97BF9C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB151191156-
CMYK0.2100.180.25
HSL127.5º23.81%67.06%-
HSV(B)127.5º20.94%74.9%-
XYZ37.3946.2438.41-
YUV175.05117.25110.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=30.32%
G=38.35%
B=31.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911560.2100.180.25127.523.8167.06
Hex97BF9C15012197f1843
Octal227277234250223117730103
Binary10010111101111111001110010101010010110011111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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