Html Css Color HEX #97C0BD Shadow Green

📋 copy color: '#97C0BD'

red 151 ◦ green 192 ◦ blue 189

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

Shades of Shadow Green #97C0BD

Tints of Shadow Green #97C0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 28.38%
G = 36.09%
B = 35.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#97C0BD (or 0x97C0BD) is known color: Shadow Green. HEX triplet: 97, C0 and BD. RGB value is (151,192,189). Sum of RGB (Red+Green+Blue) = 151+192+189=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0BD is #683F42. Grayscale: #B3B3B3. Windows color (decimal): -6831939 or 12435607. OLE color: 12435607.

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

Color convert

RGB 151 192 189 -
CMYK 0.21 0 0.02 0.25
HSL 175.61º 0.25% 0.67% -
HSV(B) 175.61º 0.21% 0.75% -
XYZ 40.8 47.95 55.25 -
YUV 179.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 151 192 189 0.21 0 0.02 0.25 175.61 0.25 0.67
Hex 97 C0 BD 15 0 2 19 B0 19 43
Octal 227 300 275 25 0 2 31 260 31 103
Binary 10010111 11000000 10111101 10101 0 10 11001 10110000 11001 1000011

Color Harmonies of #97C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0BD

Black with #97C0BD

Text Example


Text Example

White with #97C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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