#93BDAA

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

Shades of Skeptic #93BDAA

Tints of Skeptic #93BDAA

Color information

#93BDAA (or 0x93BDAA) is unknown color: approx Skeptic. HEX triplet: 93, BD and AA. RGB value is (147,189,170). Sum of RGB (Red+Green+Blue) = 147+189+170=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #93BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BDAA is #6C4255. Grayscale: #AEAEAE. Windows color (decimal): -7094870 or 11189651. OLE color: 11189651.

HSL color Cylindrical-coordinate representation of color #93BDAA: hue angle of 152.86º degrees, saturation: 0.24, 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 #93BDAA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB147189170-
CMYK0.2200.100.26
HSL152.86º24.14%65.88%-
HSV(B)152.86º22.22%74.12%-
XYZ37.4945.544.84-
YUV174.28125.59108.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=29.05%
G=37.35%
B=33.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891700.2200.100.26152.8624.1465.88
Hex93BDAA160A1A991842
Octal223275252260123223130102
Binary10010011101111011010101010110010101101010011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,170); }

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

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

 a { background-color: rgb(147,189,170); }

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

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

 span { border-color: rgb(147,189,170); }

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