Html Css Color HEX #93B6A6 Skeptic

📋 copy color: '#93B6A6'

red 147 ◦ green 182 ◦ blue 166

#93B6A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #93B6A6

Tints of Skeptic #93B6A6

RGB

 RED value IS 147 (57.81% from 255) = 29.7%

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 29.7%
G = 36.77%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#93B6A6 (or 0x93B6A6) is known color: Skeptic. HEX triplet: 93, B6 and A6. RGB value is (147,182,166). Sum of RGB (Red+Green+Blue) = 147+182+166=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #93B6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B6A6 is #6C4959. Grayscale: #A9A9A9. Windows color (decimal): -7096666 or 10925715. OLE color: 10925715.

HSL color Cylindrical-coordinate representation of color #93B6A6: hue angle of 152.57º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B6A6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 166 -
CMYK 0.19 0 0.09 0.29
HSL 152.57º 0.19% 0.65% -
HSV(B) 152.57º 0.19% 0.71% -
XYZ 35.64 42.41 42.38 -
YUV 169.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 147 182 166 0.19 0 0.09 0.29 152.57 0.19 0.65
Hex 93 B6 A6 13 0 9 1D 99 13 41
Octal 223 266 246 23 0 11 35 231 23 101
Binary 10010011 10110110 10100110 10011 0 1001 11101 10011001 10011 1000001

Color Harmonies of #93B6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B6A6

Black with #93B6A6

Text Example


Text Example

White with #93B6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,182,166); }

 H1.HeaderClassName
 {
   color: #93B6A6;
 }
 .AnyTagClassName
 {
   color: #93B6A6;
 }
</style>

background-color css

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

 a { background-color: rgb(147,182,166); }

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

border-color css

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

 span { border-color: rgb(147,182,166); }

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