#97C48E

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

Shades of Dark Sea Green #97C48E

Tints of Dark Sea Green #97C48E

Color information

#97C48E (or 0x97C48E) is unknown color: approx Dark Sea Green. HEX triplet: 97, C4 and 8E. RGB value is (151,196,142). Sum of RGB (Red+Green+Blue) = 151+196+142=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #97C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C48E is #683B71. Grayscale: #B0B0B0. Windows color (decimal): -6830962 or 9356439. OLE color: 9356439.

HSL color Cylindrical-coordinate representation of color #97C48E: hue angle of 110º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97C48E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB151196142-
CMYK0.2300.280.23
HSL110º31.4%66.27%-
HSV(B)110º27.55%76.86%-
XYZ37.3848.0132.89-
YUV176.39108.59109.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=30.88%
G=40.08%
B=29.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511961420.2300.280.2311031.466.27
Hex97C48E1701C176e1f42
Octal227304216270342715637102
Binary10010111110001001000111010111011100101111101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,142); }

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

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

 a { background-color: rgb(151,196,142); }

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

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

 span { border-color: rgb(151,196,142); }

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