#93BFAB

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

Shades of Skeptic #93BFAB

Tints of Skeptic #93BFAB

Color information

#93BFAB (or 0x93BFAB) is unknown color: approx Skeptic. HEX triplet: 93, BF and AB. RGB value is (147,191,171). Sum of RGB (Red+Green+Blue) = 147+191+171=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BFAB is #6C4054. Grayscale: #AFAFAF. Windows color (decimal): -7094357 or 11255699. OLE color: 11255699.

HSL color Cylindrical-coordinate representation of color #93BFAB: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BFAB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB147191171-
CMYK0.2300.100.25
HSL152.73º25.58%66.27%-
HSV(B)152.73º23.04%74.9%-
XYZ38.0146.445.48-
YUV175.56125.42107.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=28.88%
G=37.52%
B=33.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911710.2300.100.25152.7325.5866.27
Hex93BFAB170A19991a42
Octal223277253270123123132102
Binary10010011101111111010101110111010101100110011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BFAB; }

 p { color: rgb(147,191,171); }

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

<style>
 a { background-color: #93BFAB; }

 a { background-color: rgb(147,191,171); }

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

<style>
 span { border-color: #93BFAB; }

 span { border-color: rgb(147,191,171); }

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