Html Css Color HEX #93B5AA Sea Nymph

📋 copy color: '#93B5AA'

red 147 ◦ green 181 ◦ blue 170

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

Shades of Sea Nymph #93B5AA

Tints of Sea Nymph #93B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 29.52%
G = 36.35%
B = 34.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#93B5AA (or 0x93B5AA) is known color: Sea Nymph. HEX triplet: 93, B5 and AA. RGB value is (147,181,170). Sum of RGB (Red+Green+Blue) = 147+181+170=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5AA is #6C4A55. Grayscale: #A9A9A9. Windows color (decimal): -7096918 or 11187603. OLE color: 11187603.

HSL color Cylindrical-coordinate representation of color #93B5AA: hue angle of 160.59º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B5AA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 181 170 -
CMYK 0.19 0 0.06 0.29
HSL 160.59º 0.19% 0.64% -
HSV(B) 160.59º 0.19% 0.71% -
XYZ 35.81 42.15 44.28 -
YUV 169.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 147 181 170 0.19 0 0.06 0.29 160.59 0.19 0.64
Hex 93 B5 AA 13 0 6 1D A1 13 40
Octal 223 265 252 23 0 6 35 241 23 100
Binary 10010011 10110101 10101010 10011 0 110 11101 10100001 10011 1000000

Color Harmonies of #93B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5AA

Black with #93B5AA

Text Example


Text Example

White with #93B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,170); }

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

background-color css

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

 a { background-color: rgb(147,181,170); }

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

border-color css

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

 span { border-color: rgb(147,181,170); }

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