Html Css Color HEX #97C195 Dark Sea Green

📋 copy color: '#97C195'

red 151 ◦ green 193 ◦ blue 149

#97C195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #97C195

Tints of Dark Sea Green #97C195

RGB

 RED value IS 151 (59.38% from 255) = 30.63%

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 30.63%
G = 39.15%
B = 30.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#97C195 (or 0x97C195) is known color: Dark Sea Green. HEX triplet: 97, C1 and 95. RGB value is (151,193,149). Sum of RGB (Red+Green+Blue) = 151+193+149=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #97C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C195 is #683E6A. Grayscale: #AFAFAF. Windows color (decimal): -6831723 or 9814423. OLE color: 9814423.

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

Color convert

RGB 151 193 149 -
CMYK 0.22 0 0.23 0.24
HSL 117.27º 0.26% 0.67% -
HSV(B) 117.27º 0.23% 0.76% -
XYZ 37.26 46.89 35.52 -
YUV 175.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 151 193 149 0.22 0 0.23 0.24 117.27 0.26 0.67
Hex 97 C1 95 16 0 17 18 75 1A 43
Octal 227 301 225 26 0 27 30 165 32 103
Binary 10010111 11000001 10010101 10110 0 10111 11000 1110101 11010 1000011

Color Harmonies of #97C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C195

Black with #97C195

Text Example


Text Example

White with #97C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C195;
 }
 .AnyTagClassName
 {
   color: #97C195;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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