Html Css Color HEX #93ADA5 Sea Nymph

📋 copy color: '#93ADA5'

red 147 ◦ green 173 ◦ blue 165

#93ADA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #93ADA5

Tints of Sea Nymph #93ADA5

RGB

 RED value IS 147 (57.81% from 255) = 30.31%

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 30.31%
G = 35.67%
B = 34.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#93ADA5 (or 0x93ADA5) is known color: Sea Nymph. HEX triplet: 93, AD and A5. RGB value is (147,173,165). Sum of RGB (Red+Green+Blue) = 147+173+165=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA5 is #6C525A. Grayscale: #A4A4A4. Windows color (decimal): -7098971 or 10857875. OLE color: 10857875.

HSL color Cylindrical-coordinate representation of color #93ADA5: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADA5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 165 -
CMYK 0.15 0 0.05 0.32
HSL 161.54º 0.14% 0.63% -
HSV(B) 161.54º 0.15% 0.68% -
XYZ 33.77 38.81 41.31 -
YUV 164.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 147 173 165 0.15 0 0.05 0.32 161.54 0.14 0.63
Hex 93 AD A5 F 0 5 20 A2 E 3F
Octal 223 255 245 17 0 5 40 242 16 77
Binary 10010011 10101101 10100101 1111 0 101 100000 10100010 1110 111111

Color Harmonies of #93ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADA5

Black with #93ADA5

Text Example


Text Example

White with #93ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,173,165); }

 H1.HeaderClassName
 {
   color: #93ADA5;
 }
 .AnyTagClassName
 {
   color: #93ADA5;
 }
</style>

background-color css

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

 a { background-color: rgb(147,173,165); }

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

border-color css

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

 span { border-color: rgb(147,173,165); }

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