#97BEAB

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

Shades of Skeptic #97BEAB

Tints of Skeptic #97BEAB

Color information

#97BEAB (or 0x97BEAB) is unknown color: approx Skeptic. HEX triplet: 97, BE and AB. RGB value is (151,190,171). Sum of RGB (Red+Green+Blue) = 151+190+171=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #97BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BEAB is #684154. Grayscale: #B0B0B0. Windows color (decimal): -6832469 or 11255447. OLE color: 11255447.

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

Color convert

RGB151190171-
CMYK0.2100.100.25
HSL150.77º23.08%66.86%-
HSV(B)150.77º20.53%74.51%-
XYZ38.5346.3545.44-
YUV176.17125.08110.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=29.49%
G=37.11%
B=33.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901710.2100.100.25150.7723.0866.86
Hex97BEAB150A19971743
Octal227276253250123122727103
Binary10010111101111101010101110101010101100110010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,171); }

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

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

 a { background-color: rgb(151,190,171); }

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

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

 span { border-color: rgb(151,190,171); }

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