#97BFC0

Color #97BFC0 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #97BFC0

Tints of Jungle Mist #97BFC0

Color information

#97BFC0 (or 0x97BFC0) is unknown color: approx Jungle Mist. HEX triplet: 97, BF and C0. RGB value is (151,191,192). Sum of RGB (Red+Green+Blue) = 151+191+192=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #97BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFC0 is #68403F. Grayscale: #B3B3B3. Windows color (decimal): -6832192 or 12631959. OLE color: 12631959.

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

Color convert

RGB151191192-
CMYK0.210.0100.25
HSL181.46º24.55%67.25%-
HSV(B)181.46º21.35%75.29%-
XYZ40.9147.6556.91-
YUV179.15135.25107.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=28.28%
G=35.77%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911920.210.0100.25181.4624.5567.25
Hex97BFC0151019b51943
Octal22727730025103126531103
Binary10010111101111111100000010101101100110110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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