Html Css Color HEX #84AB9F Sea Nymph

📋 copy color: '#84AB9F'

red 132 ◦ green 171 ◦ blue 159

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

Shades of Sea Nymph #84AB9F

Tints of Sea Nymph #84AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 28.57%
G = 37.01%
B = 34.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#84AB9F (or 0x84AB9F) is known color: Sea Nymph. HEX triplet: 84, AB and 9F. RGB value is (132,171,159). Sum of RGB (Red+Green+Blue) = 132+171+159=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB9F is #7B5460. Grayscale: #9D9D9D. Windows color (decimal): -8082529 or 10464132. OLE color: 10464132.

HSL color Cylindrical-coordinate representation of color #84AB9F: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AB9F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 159 -
CMYK 0.23 0 0.07 0.33
HSL 161.54º 0.19% 0.59% -
HSV(B) 161.54º 0.23% 0.67% -
XYZ 30.34 36.53 38.25 -
YUV 157.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 132 171 159 0.23 0 0.07 0.33 161.54 0.19 0.59
Hex 84 AB 9F 17 0 7 21 A2 13 3B
Octal 204 253 237 27 0 7 41 242 23 73
Binary 10000100 10101011 10011111 10111 0 111 100001 10100010 10011 111011

Color Harmonies of #84AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AB9F

Black with #84AB9F

Text Example


Text Example

White with #84AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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