Html Css Color HEX #84AD9F Sea Nymph

📋 copy color: '#84AD9F'

red 132 ◦ green 173 ◦ blue 159

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

Shades of Sea Nymph #84AD9F

Tints of Sea Nymph #84AD9F

RGB

 RED value IS 132 (51.95% from 255) = 28.45%

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 28.45%
G = 37.28%
B = 34.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#84AD9F (or 0x84AD9F) is known color: Sea Nymph. HEX triplet: 84, AD and 9F. RGB value is (132,173,159). Sum of RGB (Red+Green+Blue) = 132+173+159=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD9F is #7B5260. Grayscale: #9F9F9F. Windows color (decimal): -8082017 or 10464644. OLE color: 10464644.

HSL color Cylindrical-coordinate representation of color #84AD9F: hue angle of 159.51º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD9F is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 159 -
CMYK 0.24 0 0.08 0.32
HSL 159.51º 0.2% 0.6% -
HSV(B) 159.51º 0.24% 0.68% -
XYZ 30.72 37.3 38.38 -
YUV 159.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 132 173 159 0.24 0 0.08 0.32 159.51 0.2 0.6
Hex 84 AD 9F 18 0 8 20 A0 14 3C
Octal 204 255 237 30 0 10 40 240 24 74
Binary 10000100 10101101 10011111 11000 0 1000 100000 10100000 10100 111100

Color Harmonies of #84AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD9F

Black with #84AD9F

Text Example


Text Example

White with #84AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AD9F; }

 p { color: rgb(132,173,159); }

 H1.HeaderClassName
 {
   color: #84AD9F;
 }
 .AnyTagClassName
 {
   color: #84AD9F;
 }
</style>

background-color css

<style>
 a { background-color: #84AD9F; }

 a { background-color: rgb(132,173,159); }

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

border-color css

<style>
 span { border-color: #84AD9F; }

 span { border-color: rgb(132,173,159); }

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