Html Css Color HEX #93ACA8 Sea Nymph

📋 copy color: '#93ACA8'

red 147 ◦ green 172 ◦ blue 168

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

Shades of Sea Nymph #93ACA8

Tints of Sea Nymph #93ACA8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 30.18%
G = 35.32%
B = 34.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#93ACA8 (or 0x93ACA8) is known color: Sea Nymph. HEX triplet: 93, AC and A8. RGB value is (147,172,168). Sum of RGB (Red+Green+Blue) = 147+172+168=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #93ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACA8 is #6C5357. Grayscale: #A4A4A4. Windows color (decimal): -7099224 or 11054227. OLE color: 11054227.

HSL color Cylindrical-coordinate representation of color #93ACA8: hue angle of 170.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ACA8 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 168 -
CMYK 0.15 0 0.02 0.33
HSL 170.4º 0.13% 0.63% -
HSV(B) 170.4º 0.15% 0.67% -
XYZ 33.85 38.54 42.7 -
YUV 164.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 147 172 168 0.15 0 0.02 0.33 170.4 0.13 0.63
Hex 93 AC A8 F 0 2 21 AA D 3F
Octal 223 254 250 17 0 2 41 252 15 77
Binary 10010011 10101100 10101000 1111 0 10 100001 10101010 1101 111111

Color Harmonies of #93ACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACA8

Black with #93ACA8

Text Example


Text Example

White with #93ACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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