#97C09B

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

Shades of Dark Sea Green #97C09B

Tints of Dark Sea Green #97C09B

Color information

#97C09B (or 0x97C09B) is unknown color: approx Dark Sea Green. HEX triplet: 97, C0 and 9B. RGB value is (151,192,155). Sum of RGB (Red+Green+Blue) = 151+192+155=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #97C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C09B is #683F64. Grayscale: #AFAFAF. Windows color (decimal): -6831973 or 10207383. OLE color: 10207383.

HSL color Cylindrical-coordinate representation of color #97C09B: hue angle of 125.85º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C09B is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB151192155-
CMYK0.2100.190.25
HSL125.85º24.55%67.25%-
HSV(B)125.85º21.35%75.29%-
XYZ37.5346.6538.04-
YUV175.52116.42110.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=30.32%
G=38.55%
B=31.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921550.2100.190.25125.8524.5567.25
Hex97C09B15013197e1943
Octal227300233250233117631103
Binary10010111110000001001101110101010011110011111110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,155); }

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

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

 a { background-color: rgb(151,192,155); }

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

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

 span { border-color: rgb(151,192,155); }

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