Html Css Color HEX #84B6A2 Sea Nymph

📋 copy color: '#84B6A2'

red 132 ◦ green 182 ◦ blue 162

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

Shades of Sea Nymph #84B6A2

Tints of Sea Nymph #84B6A2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 27.73%
G = 38.24%
B = 34.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#84B6A2 (or 0x84B6A2) is known color: Sea Nymph. HEX triplet: 84, B6 and A2. RGB value is (132,182,162). Sum of RGB (Red+Green+Blue) = 132+182+162=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6A2 is #7B495D. Grayscale: #A4A4A4. Windows color (decimal): -8079710 or 10663556. OLE color: 10663556.

HSL color Cylindrical-coordinate representation of color #84B6A2: hue angle of 156º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B6A2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 182 162 -
CMYK 0.27 0 0.11 0.29
HSL 156º 0.26% 0.62% -
HSV(B) 156º 0.27% 0.71% -
XYZ 32.77 40.97 40.36 -
YUV 164.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 132 182 162 0.27 0 0.11 0.29 156 0.26 0.62
Hex 84 B6 A2 1B 0 B 1D 9C 1A 3E
Octal 204 266 242 33 0 13 35 234 32 76
Binary 10000100 10110110 10100010 11011 0 1011 11101 10011100 11010 111110

Color Harmonies of #84B6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B6A2

Black with #84B6A2

Text Example


Text Example

White with #84B6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,182,162); }

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

background-color css

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

 a { background-color: rgb(132,182,162); }

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

border-color css

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

 span { border-color: rgb(132,182,162); }

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