#97BFAE

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

Shades of Skeptic #97BFAE

Tints of Skeptic #97BFAE

Color information

#97BFAE (or 0x97BFAE) is unknown color: approx Skeptic. HEX triplet: 97, BF and AE. RGB value is (151,191,174). Sum of RGB (Red+Green+Blue) = 151+191+174=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BFAE is #684051. Grayscale: #B1B1B1. Windows color (decimal): -6832210 or 11452311. OLE color: 11452311.

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

Color convert

RGB151191174-
CMYK0.2100.090.25
HSL154.5º23.81%67.06%-
HSV(B)154.5º20.94%74.9%-
XYZ39.0346.947.04-
YUV177.1126.25109.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=29.26%
G=37.02%
B=33.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911740.2100.090.25154.523.8167.06
Hex97BFAE1509199a1843
Octal227277256250113123230103
Binary10010111101111111010111010101010011100110011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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