#93B6AB

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

Shades of Sea Nymph #93B6AB

Tints of Sea Nymph #93B6AB

Color information

#93B6AB (or 0x93B6AB) is unknown color: approx Sea Nymph. HEX triplet: 93, B6 and AB. RGB value is (147,182,171). Sum of RGB (Red+Green+Blue) = 147+182+171=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #93B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B6AB is #6C4954. Grayscale: #AAAAAA. Windows color (decimal): -7096661 or 11253395. OLE color: 11253395.

HSL color Cylindrical-coordinate representation of color #93B6AB: hue angle of 161.14º 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 #93B6AB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB147182171-
CMYK0.1900.060.29
HSL161.14º19.34%64.51%-
HSV(B)161.14º19.23%71.37%-
XYZ36.1142.644.85-
YUV170.28128.4111.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=29.4%
G=36.4%
B=34.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471821710.1900.060.29161.1419.3464.51
Hex93B6AB13061Da11341
Octal22326625323063524123101
Binary1001001110110110101010111001101101110110100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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