#93ABA6

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

Shades of Sea Nymph #93ABA6

Tints of Sea Nymph #93ABA6

Color information

#93ABA6 (or 0x93ABA6) is unknown color: approx Sea Nymph. HEX triplet: 93, AB and A6. RGB value is (147,171,166). Sum of RGB (Red+Green+Blue) = 147+171+166=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #93ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABA6 is #6C5459. Grayscale: #A3A3A3. Windows color (decimal): -7099482 or 10922899. OLE color: 10922899.

HSL color Cylindrical-coordinate representation of color #93ABA6: hue angle of 167.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93ABA6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB147171166-
CMYK0.1400.030.33
HSL167.5º12.5%62.35%-
HSV(B)167.5º14.04%67.06%-
XYZ33.4838.0841.66-
YUV163.25129.55116.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=30.37%
G=35.33%
B=34.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711660.1400.030.33167.512.562.35
Hex93ABA6E0321a7c3e
Octal2232532461603412471476
Binary1001001110101011101001101110011100001101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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