Html Css Color HEX #97C0B2 Shadow Green

📋 copy color: '#97C0B2'

red 151 ◦ green 192 ◦ blue 178

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

Shades of Shadow Green #97C0B2

Tints of Shadow Green #97C0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 28.98%
G = 36.85%
B = 34.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#97C0B2 (or 0x97C0B2) is known color: Shadow Green. HEX triplet: 97, C0 and B2. RGB value is (151,192,178). Sum of RGB (Red+Green+Blue) = 151+192+178=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C0B2 is #683F4D. Grayscale: #B2B2B2. Windows color (decimal): -6831950 or 11714711. OLE color: 11714711.

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

Color convert

RGB 151 192 178 -
CMYK 0.21 0 0.07 0.25
HSL 159.51º 0.25% 0.67% -
HSV(B) 159.51º 0.21% 0.75% -
XYZ 39.65 47.49 49.2 -
YUV 178.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 151 192 178 0.21 0 0.07 0.25 159.51 0.25 0.67
Hex 97 C0 B2 15 0 7 19 A0 19 43
Octal 227 300 262 25 0 7 31 240 31 103
Binary 10010111 11000000 10110010 10101 0 111 11001 10100000 11001 1000011

Color Harmonies of #97C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0B2

Black with #97C0B2

Text Example


Text Example

White with #97C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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