Html Css Color HEX #97BFB1 Shadow Green

📋 copy color: '#97BFB1'

red 151 ◦ green 191 ◦ blue 177

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

Shades of Shadow Green #97BFB1

Tints of Shadow Green #97BFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.1%

R = 29.09%
G = 36.8%
B = 34.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#97BFB1 (or 0x97BFB1) is known color: Shadow Green. HEX triplet: 97, BF and B1. RGB value is (151,191,177). Sum of RGB (Red+Green+Blue) = 151+191+177=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BFB1 is #68404E. Grayscale: #B1B1B1. Windows color (decimal): -6832207 or 11648919. OLE color: 11648919.

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

Color convert

RGB 151 191 177 -
CMYK 0.21 0 0.07 0.25
HSL 159º 0.24% 0.67% -
HSV(B) 159º 0.21% 0.75% -
XYZ 39.33 47.02 48.6 -
YUV 177.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 151 191 177 0.21 0 0.07 0.25 159 0.24 0.67
Hex 97 BF B1 15 0 7 19 9F 18 43
Octal 227 277 261 25 0 7 31 237 30 103
Binary 10010111 10111111 10110001 10101 0 111 11001 10011111 11000 1000011

Color Harmonies of #97BFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BFB1

Black with #97BFB1

Text Example


Text Example

White with #97BFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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