#97C695

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

Shades of Dark Sea Green #97C695

Tints of Dark Sea Green #97C695

Color information

#97C695 (or 0x97C695) is unknown color: approx Dark Sea Green. HEX triplet: 97, C6 and 95. RGB value is (151,198,149). Sum of RGB (Red+Green+Blue) = 151+198+149=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #97C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C695 is #68396A. Grayscale: #B2B2B2. Windows color (decimal): -6830443 or 9815703. OLE color: 9815703.

HSL color Cylindrical-coordinate representation of color #97C695: hue angle of 117.55º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C695 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB151198149-
CMYK0.2400.250.22
HSL117.55º30.06%68.04%-
HSV(B)117.55º24.75%77.65%-
XYZ38.3849.1435.9-
YUV178.36111.43108.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=30.32%
G=39.76%
B=29.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511981490.2400.250.22117.5530.0668.04
Hex97C6951801916761e44
Octal227306225300312616636104
Binary10010111110001101001010111000011001101101110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,198,149); }

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

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

 a { background-color: rgb(151,198,149); }

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

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

 span { border-color: rgb(151,198,149); }

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