Html Css Color HEX #97BF9C Dark Sea Green

📋 copy color: '#97BF9C'

red 151 ◦ green 191 ◦ blue 156

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

Shades of Dark Sea Green #97BF9C

Tints of Dark Sea Green #97BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 30.32%
G = 38.35%
B = 31.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#97BF9C (or 0x97BF9C) is known color: Dark Sea Green. HEX triplet: 97, BF and 9C. RGB value is (151,191,156). Sum of RGB (Red+Green+Blue) = 151+191+156=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BF9C is #684063. Grayscale: #AFAFAF. Windows color (decimal): -6832228 or 10272663. OLE color: 10272663.

HSL color Cylindrical-coordinate representation of color #97BF9C: hue angle of 127.5º degrees, saturation: 0.24, 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 #97BF9C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 191 156 -
CMYK 0.21 0 0.18 0.25
HSL 127.5º 0.24% 0.67% -
HSV(B) 127.5º 0.21% 0.75% -
XYZ 37.39 46.24 38.41 -
YUV 175.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 151 191 156 0.21 0 0.18 0.25 127.5 0.24 0.67
Hex 97 BF 9C 15 0 12 19 80 18 43
Octal 227 277 234 25 0 22 31 200 30 103
Binary 10010111 10111111 10011100 10101 0 10010 11001 10000000 11000 1000011

Color Harmonies of #97BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BF9C

Black with #97BF9C

Text Example


Text Example

White with #97BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,191,156); }

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

background-color css

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

 a { background-color: rgb(151,191,156); }

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

border-color css

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

 span { border-color: rgb(151,191,156); }

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