Html Css Color HEX #97C1C0 Shadow Green

📋 copy color: '#97C1C0'

red 151 ◦ green 193 ◦ blue 192

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

Shades of Shadow Green #97C1C0

Tints of Shadow Green #97C1C0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 28.17%
G = 36.01%
B = 35.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#97C1C0 (or 0x97C1C0) is known color: Shadow Green. HEX triplet: 97, C1 and C0. RGB value is (151,193,192). Sum of RGB (Red+Green+Blue) = 151+193+192=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1C0 is #683E3F. Grayscale: #B4B4B4. Windows color (decimal): -6831680 or 12632471. OLE color: 12632471.

HSL color Cylindrical-coordinate representation of color #97C1C0: hue angle of 178.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C1C0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 193 192 -
CMYK 0.22 0 0.01 0.24
HSL 178.57º 0.25% 0.67% -
HSV(B) 178.57º 0.22% 0.76% -
XYZ 41.35 48.53 57.06 -
YUV 180.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 151 193 192 0.22 0 0.01 0.24 178.57 0.25 0.67
Hex 97 C1 C0 16 0 1 18 B3 19 43
Octal 227 301 300 26 0 1 30 263 31 103
Binary 10010111 11000001 11000000 10110 0 1 11000 10110011 11001 1000011

Color Harmonies of #97C1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1C0

Black with #97C1C0

Text Example


Text Example

White with #97C1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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