#97C1BC

Color #97C1BC Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #97C1BC

Tints of Shadow Green #97C1BC

Color information

#97C1BC (or 0x97C1BC) is unknown color: approx Shadow Green. HEX triplet: 97, C1 and BC. RGB value is (151,193,188). Sum of RGB (Red+Green+Blue) = 151+193+188=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1BC is #683E43. Grayscale: #B3B3B3. Windows color (decimal): -6831684 or 12370327. OLE color: 12370327.

HSL color Cylindrical-coordinate representation of color #97C1BC: hue angle of 172.86º 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 #97C1BC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB151193188-
CMYK0.2200.030.24
HSL172.86º25.3%67.45%-
HSV(B)172.86º21.76%75.69%-
XYZ40.9148.3554.75-
YUV179.87132.59107.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=28.38%
G=36.28%
B=35.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931880.2200.030.24172.8625.367.45
Hex97C1BC160318ad1943
Octal22730127426033025531103
Binary100101111100000110111100101100111100010101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C1BC;
 }
 .AnyTagClassName
 {
   color: #97C1BC;
 }
</style>
background-color css

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

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

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

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

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

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