Html Css Color HEX #84B8A1 Sea Nymph

📋 copy color: '#84B8A1'

red 132 ◦ green 184 ◦ blue 161

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

Shades of Sea Nymph #84B8A1

Tints of Sea Nymph #84B8A1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 27.67%
G = 38.57%
B = 33.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#84B8A1 (or 0x84B8A1) is known color: Sea Nymph. HEX triplet: 84, B8 and A1. RGB value is (132,184,161). Sum of RGB (Red+Green+Blue) = 132+184+161=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8A1 is #7B475E. Grayscale: #A5A5A5. Windows color (decimal): -8079199 or 10598532. OLE color: 10598532.

HSL color Cylindrical-coordinate representation of color #84B8A1: hue angle of 153.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B8A1 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 184 161 -
CMYK 0.28 0 0.12 0.28
HSL 153.46º 0.27% 0.62% -
HSV(B) 153.46º 0.28% 0.72% -
XYZ 33.09 41.76 40.03 -
YUV 165.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 132 184 161 0.28 0 0.12 0.28 153.46 0.27 0.62
Hex 84 B8 A1 1C 0 C 1C 99 1B 3E
Octal 204 270 241 34 0 14 34 231 33 76
Binary 10000100 10111000 10100001 11100 0 1100 11100 10011001 11011 111110

Color Harmonies of #84B8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B8A1

Black with #84B8A1

Text Example


Text Example

White with #84B8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,184,161); }

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

background-color css

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

 a { background-color: rgb(132,184,161); }

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

border-color css

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

 span { border-color: rgb(132,184,161); }

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