#93BEAB

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

Shades of Skeptic #93BEAB

Tints of Skeptic #93BEAB

Color information

#93BEAB (or 0x93BEAB) is unknown color: approx Skeptic. HEX triplet: 93, BE and AB. RGB value is (147,190,171). Sum of RGB (Red+Green+Blue) = 147+190+171=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEAB is #6C4154. Grayscale: #AFAFAF. Windows color (decimal): -7094613 or 11255443. OLE color: 11255443.

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

Color convert

RGB147190171-
CMYK0.2300.100.25
HSL153.49º24.86%66.08%-
HSV(B)153.49º22.63%74.51%-
XYZ37.845.9745.41-
YUV174.98125.75108.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=28.94%
G=37.40%
B=33.66%

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
Decimal1471901710.2300.100.25153.4924.8666.08
Hex93BEAB170A19991942
Octal223276253270123123131102
Binary10010011101111101010101110111010101100110011001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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