#97C38C

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

Shades of Dark Sea Green #97C38C

Tints of Dark Sea Green #97C38C

Color information

#97C38C (or 0x97C38C) is unknown color: approx Dark Sea Green. HEX triplet: 97, C3 and 8C. RGB value is (151,195,140). Sum of RGB (Red+Green+Blue) = 151+195+140=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #97C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C38C is #683C73. Grayscale: #AFAFAF. Windows color (decimal): -6831220 or 9225111. OLE color: 9225111.

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

Color convert

RGB151195140-
CMYK0.2300.280.24
HSL108º31.43%65.69%-
HSV(B)108º28.21%76.47%-
XYZ37.0147.532.03-
YUV175.57107.92110.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=31.07%
G=40.12%
B=28.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951400.2300.280.2410831.4365.69
Hex97C38C1701C186c1f42
Octal227303214270343015437102
Binary10010111110000111000110010111011100110001101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,140); }

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

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

 a { background-color: rgb(151,195,140); }

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

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

 span { border-color: rgb(151,195,140); }

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