#93B3A9

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

Shades of Sea Nymph #93B3A9

Tints of Sea Nymph #93B3A9

Color information

#93B3A9 (or 0x93B3A9) is unknown color: approx Sea Nymph. HEX triplet: 93, B3 and A9. RGB value is (147,179,169). Sum of RGB (Red+Green+Blue) = 147+179+169=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #93B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B3A9 is #6C4C56. Grayscale: #A8A8A8. Windows color (decimal): -7097431 or 11121555. OLE color: 11121555.

HSL color Cylindrical-coordinate representation of color #93B3A9: hue angle of 161.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B3A9 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB147179169-
CMYK0.1800.060.30
HSL161.25º17.39%63.92%-
HSV(B)161.25º17.88%70.2%-
XYZ35.3141.3143.65-
YUV168.29128.4112.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=29.70%
G=36.16%
B=34.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471791690.1800.060.30161.2517.3963.92
Hex93B3A912061Ea11140
Octal22326325122063624121100
Binary1001001110110011101010011001001101111010100001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,169); }

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

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

 a { background-color: rgb(147,179,169); }

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

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

 span { border-color: rgb(147,179,169); }

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