Html Css Color HEX #84B6AA Sea Nymph

📋 copy color: '#84B6AA'

red 132 ◦ green 182 ◦ blue 170

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

Shades of Sea Nymph #84B6AA

Tints of Sea Nymph #84B6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 27.27%
G = 37.6%
B = 35.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#84B6AA (or 0x84B6AA) is known color: Sea Nymph. HEX triplet: 84, B6 and AA. RGB value is (132,182,170). Sum of RGB (Red+Green+Blue) = 132+182+170=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6AA is #7B4955. Grayscale: #A5A5A5. Windows color (decimal): -8079702 or 11187844. OLE color: 11187844.

HSL color Cylindrical-coordinate representation of color #84B6AA: hue angle of 165.6º 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 #84B6AA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 182 170 -
CMYK 0.27 0 0.07 0.29
HSL 165.6º 0.26% 0.62% -
HSV(B) 165.6º 0.27% 0.71% -
XYZ 33.5 41.26 44.23 -
YUV 165.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 132 182 170 0.27 0 0.07 0.29 165.6 0.26 0.62
Hex 84 B6 AA 1B 0 7 1D A6 1A 3E
Octal 204 266 252 33 0 7 35 246 32 76
Binary 10000100 10110110 10101010 11011 0 111 11101 10100110 11010 111110

Color Harmonies of #84B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B6AA

Black with #84B6AA

Text Example


Text Example

White with #84B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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