Shades of Sea Nymph #93B6AD
Tints of Sea Nymph #93B6AD
RGB
CMYK
RGB Variations
Color information
#93B6AD (or 0x93B6AD) is known color: Sea Nymph. HEX triplet: 93, B6 and AD. RGB value is (147,182,173). Sum of RGB (Red+Green+Blue) = 147+182+173=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #93B6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B6AD is #6C4952. Grayscale: #AAAAAA. Windows color (decimal): -7096659 or 11384467. OLE color: 11384467.
HSL color Cylindrical-coordinate representation of color #93B6AD: hue angle of 164.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 #93B6AD is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 182 | 173 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.29 |
| HSL | 164.57º | 0.19% | 0.65% | - |
| HSV(B) | 164.57º | 0.19% | 0.71% | - |
| XYZ | 36.3 | 42.68 | 45.86 | - |
| YUV | 170.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 182 | 173 | 0.19 | 0 | 0.05 | 0.29 | 164.57 | 0.19 | 0.65 |
| Hex | 93 | B6 | AD | 13 | 0 | 5 | 1D | A5 | 13 | 41 |
| Octal | 223 | 266 | 255 | 23 | 0 | 5 | 35 | 245 | 23 | 101 |
| Binary | 10010011 | 10110110 | 10101101 | 10011 | 0 | 101 | 11101 | 10100101 | 10011 | 1000001 |
Color Harmonies of #93B6AD
Complementary color
Monochromatic Colors of #93B6AD
Black with #93B6AD
Text Example
Text Example
White with #93B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B6AD; }
p { color: rgb(147,182,173); }
H1.HeaderClassName
{
color: #93B6AD;
}
.AnyTagClassName
{
color: #93B6AD;
}
</style>
background-color css
<style>
a { background-color: #93B6AD; }
a { background-color: rgb(147,182,173); }
div.DivClassName
{
background-color: #93B6AD;
}
.BgClassName
{
background-color: #93B6AD;
}
</style>
border-color css
<style>
span { border-color: #93B6AD; }
span { border-color: rgb(147,182,173); }
td.TdClassName
{
border-color: #93B6AD;
}
.TagClassName
{
border-color: #93B6AD;
}
</style>