Html Css Color HEX #97C0B9 Shadow Green

📋 copy color: '#97C0B9'

red 151 ◦ green 192 ◦ blue 185

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

Shades of Shadow Green #97C0B9

Tints of Shadow Green #97C0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 28.6%
G = 36.36%
B = 35.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#97C0B9 (or 0x97C0B9) is known color: Shadow Green. HEX triplet: 97, C0 and B9. RGB value is (151,192,185). Sum of RGB (Red+Green+Blue) = 151+192+185=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0B9 is #683F46. Grayscale: #B2B2B2. Windows color (decimal): -6831943 or 12173463. OLE color: 12173463.

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

Color convert

RGB 151 192 185 -
CMYK 0.21 0 0.04 0.25
HSL 169.76º 0.25% 0.67% -
HSV(B) 169.76º 0.21% 0.75% -
XYZ 40.37 47.78 52.99 -
YUV 178.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 151 192 185 0.21 0 0.04 0.25 169.76 0.25 0.67
Hex 97 C0 B9 15 0 4 19 AA 19 43
Octal 227 300 271 25 0 4 31 252 31 103
Binary 10010111 11000000 10111001 10101 0 100 11001 10101010 11001 1000011

Color Harmonies of #97C0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0B9

Black with #97C0B9

Text Example


Text Example

White with #97C0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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