Html Css Color HEX #97C0BA Shadow Green

📋 copy color: '#97C0BA'

red 151 ◦ green 192 ◦ blue 186

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

Shades of Shadow Green #97C0BA

Tints of Shadow Green #97C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 28.54%
G = 36.29%
B = 35.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#97C0BA (or 0x97C0BA) is known color: Shadow Green. HEX triplet: 97, C0 and BA. RGB value is (151,192,186). Sum of RGB (Red+Green+Blue) = 151+192+186=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0BA is #683F45. Grayscale: #B3B3B3. Windows color (decimal): -6831942 or 12238999. OLE color: 12238999.

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

Color convert

RGB 151 192 186 -
CMYK 0.21 0 0.03 0.25
HSL 171.22º 0.25% 0.67% -
HSV(B) 171.22º 0.21% 0.75% -
XYZ 40.48 47.82 53.55 -
YUV 179.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 151 192 186 0.21 0 0.03 0.25 171.22 0.25 0.67
Hex 97 C0 BA 15 0 3 19 AB 19 43
Octal 227 300 272 25 0 3 31 253 31 103
Binary 10010111 11000000 10111010 10101 0 11 11001 10101011 11001 1000011

Color Harmonies of #97C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0BA

Black with #97C0BA

Text Example


Text Example

White with #97C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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