Html Css Color HEX #93B5AC Sea Nymph

📋 copy color: '#93B5AC'

red 147 ◦ green 181 ◦ blue 172

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

Shades of Sea Nymph #93B5AC

Tints of Sea Nymph #93B5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 29.4%
G = 36.2%
B = 34.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#93B5AC (or 0x93B5AC) is known color: Sea Nymph. HEX triplet: 93, B5 and AC. RGB value is (147,181,172). Sum of RGB (Red+Green+Blue) = 147+181+172=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5AC is #6C4A53. Grayscale: #A9A9A9. Windows color (decimal): -7096916 or 11318675. OLE color: 11318675.

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

Color convert

RGB 147 181 172 -
CMYK 0.19 0 0.05 0.29
HSL 164.12º 0.19% 0.64% -
HSV(B) 164.12º 0.19% 0.71% -
XYZ 36 42.23 45.28 -
YUV 169.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 147 181 172 0.19 0 0.05 0.29 164.12 0.19 0.64
Hex 93 B5 AC 13 0 5 1D A4 13 40
Octal 223 265 254 23 0 5 35 244 23 100
Binary 10010011 10110101 10101100 10011 0 101 11101 10100100 10011 1000000

Color Harmonies of #93B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5AC

Black with #93B5AC

Text Example


Text Example

White with #93B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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