#97C293

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

Shades of Dark Sea Green #97C293

Tints of Dark Sea Green #97C293

Color information

#97C293 (or 0x97C293) is unknown color: approx Dark Sea Green. HEX triplet: 97, C2 and 93. RGB value is (151,194,147). Sum of RGB (Red+Green+Blue) = 151+194+147=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #97C293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C293 is #683D6C. Grayscale: #AFAFAF. Windows color (decimal): -6831469 or 9683607. OLE color: 9683607.

HSL color Cylindrical-coordinate representation of color #97C293: hue angle of 114.89º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C293 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB151194147-
CMYK0.2200.240.24
HSL114.89º27.81%66.86%-
HSV(B)114.89º24.23%76.08%-
XYZ37.3247.2734.76-
YUV175.78111.75110.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=30.69%
G=39.43%
B=29.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511941470.2200.240.24114.8927.8166.86
Hex97C2931601818731c43
Octal227302223260303016334103
Binary10010111110000101001001110110011000110001110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,147); }

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

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

 a { background-color: rgb(151,194,147); }

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

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

 span { border-color: rgb(151,194,147); }

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