Html Css Color HEX #97C0B6 Shadow Green

📋 copy color: '#97C0B6'

red 151 ◦ green 192 ◦ blue 182

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

Shades of Shadow Green #97C0B6

Tints of Shadow Green #97C0B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 28.76%
G = 36.57%
B = 34.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#97C0B6 (or 0x97C0B6) is known color: Shadow Green. HEX triplet: 97, C0 and B6. RGB value is (151,192,182). Sum of RGB (Red+Green+Blue) = 151+192+182=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0B6 is #683F49. Grayscale: #B2B2B2. Windows color (decimal): -6831946 or 11976855. OLE color: 11976855.

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

Color convert

RGB 151 192 182 -
CMYK 0.21 0 0.05 0.25
HSL 165.37º 0.25% 0.67% -
HSV(B) 165.37º 0.21% 0.75% -
XYZ 40.06 47.66 51.34 -
YUV 178.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 151 192 182 0.21 0 0.05 0.25 165.37 0.25 0.67
Hex 97 C0 B6 15 0 5 19 A5 19 43
Octal 227 300 266 25 0 5 31 245 31 103
Binary 10010111 11000000 10110110 10101 0 101 11001 10100101 11001 1000011

Color Harmonies of #97C0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0B6

Black with #97C0B6

Text Example


Text Example

White with #97C0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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