Html Css Color HEX #84ABA3 Sea Nymph

📋 copy color: '#84ABA3'

red 132 ◦ green 171 ◦ blue 163

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

Shades of Sea Nymph #84ABA3

Tints of Sea Nymph #84ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.98%

R = 28.33%
G = 36.7%
B = 34.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#84ABA3 (or 0x84ABA3) is known color: Sea Nymph. HEX triplet: 84, AB and A3. RGB value is (132,171,163). Sum of RGB (Red+Green+Blue) = 132+171+163=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABA3 is #7B545C. Grayscale: #9E9E9E. Windows color (decimal): -8082525 or 10726276. OLE color: 10726276.

HSL color Cylindrical-coordinate representation of color #84ABA3: hue angle of 167.69º 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 #84ABA3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 163 -
CMYK 0.23 0 0.05 0.33
HSL 167.69º 0.19% 0.59% -
HSV(B) 167.69º 0.23% 0.67% -
XYZ 30.69 36.68 40.11 -
YUV 158.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 132 171 163 0.23 0 0.05 0.33 167.69 0.19 0.59
Hex 84 AB A3 17 0 5 21 A8 13 3B
Octal 204 253 243 27 0 5 41 250 23 73
Binary 10000100 10101011 10100011 10111 0 101 100001 10101000 10011 111011

Color Harmonies of #84ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABA3

Black with #84ABA3

Text Example


Text Example

White with #84ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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