#97CB95

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

Shades of Dark Sea Green #97CB95

Tints of Dark Sea Green #97CB95

Color information

#97CB95 (or 0x97CB95) is unknown color: approx Dark Sea Green. HEX triplet: 97, CB and 95. RGB value is (151,203,149). Sum of RGB (Red+Green+Blue) = 151+203+149=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CB95 is #68346A. Grayscale: #B5B5B5. Windows color (decimal): -6829163 or 9816983. OLE color: 9816983.

HSL color Cylindrical-coordinate representation of color #97CB95: hue angle of 117.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CB95 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB151203149-
CMYK0.2600.270.20
HSL117.78º34.18%69.02%-
HSV(B)117.78º26.6%79.61%-
XYZ39.5451.4636.28-
YUV181.3109.77106.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=30.02%
G=40.36%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512031490.2600.270.20117.7834.1869.02
Hex97CB951A01B14762245
Octal227313225320332416642105
Binary100101111100101110010101110100110111010011101101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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