#93BFAD

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

Shades of Skeptic #93BFAD

Tints of Skeptic #93BFAD

Color information

#93BFAD (or 0x93BFAD) is unknown color: approx Skeptic. HEX triplet: 93, BF and AD. RGB value is (147,191,173). Sum of RGB (Red+Green+Blue) = 147+191+173=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BFAD is #6C4052. Grayscale: #AFAFAF. Windows color (decimal): -7094355 or 11386771. OLE color: 11386771.

HSL color Cylindrical-coordinate representation of color #93BFAD: hue angle of 155.45º 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 #93BFAD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB147191173-
CMYK0.2300.090.25
HSL155.45º25.58%66.27%-
HSV(B)155.45º23.04%74.9%-
XYZ38.2146.4846.49-
YUV175.79126.42107.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=28.77%
G=37.38%
B=33.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911730.2300.090.25155.4525.5866.27
Hex93BFAD1709199b1a42
Octal223277255270113123332102
Binary10010011101111111010110110111010011100110011011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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