#93BCAC

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

Shades of Skeptic #93BCAC

Tints of Skeptic #93BCAC

Color information

#93BCAC (or 0x93BCAC) is unknown color: approx Skeptic. HEX triplet: 93, BC and AC. RGB value is (147,188,172). Sum of RGB (Red+Green+Blue) = 147+188+172=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCAC is #6C4353. Grayscale: #ADADAD. Windows color (decimal): -7095124 or 11320467. OLE color: 11320467.

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

Color convert

RGB147188172-
CMYK0.2200.090.26
HSL156.59º23.43%65.69%-
HSV(B)156.59º21.81%73.73%-
XYZ37.4645.1545.77-
YUV173.92126.92108.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=28.99%
G=37.08%
B=33.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881720.2200.090.26156.5923.4365.69
Hex93BCAC16091A9d1742
Octal223274254260113223527102
Binary10010011101111001010110010110010011101010011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,172); }

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

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

 a { background-color: rgb(147,188,172); }

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

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

 span { border-color: rgb(147,188,172); }

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