Html Css Color HEX #84B1AA Sea Nymph

📋 copy color: '#84B1AA'

red 132 ◦ green 177 ◦ blue 170

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

Shades of Sea Nymph #84B1AA

Tints of Sea Nymph #84B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 27.56%
G = 36.95%
B = 35.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#84B1AA (or 0x84B1AA) is known color: Sea Nymph. HEX triplet: 84, B1 and AA. RGB value is (132,177,170). Sum of RGB (Red+Green+Blue) = 132+177+170=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #84B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B1AA is #7B4E55. Grayscale: #A2A2A2. Windows color (decimal): -8080982 or 11186564. OLE color: 11186564.

HSL color Cylindrical-coordinate representation of color #84B1AA: hue angle of 170.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B1AA is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 177 170 -
CMYK 0.25 0 0.04 0.31
HSL 170.67º 0.22% 0.61% -
HSV(B) 170.67º 0.25% 0.69% -
XYZ 32.49 39.25 43.89 -
YUV 162.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 132 177 170 0.25 0 0.04 0.31 170.67 0.22 0.61
Hex 84 B1 AA 19 0 4 1F AB 16 3D
Octal 204 261 252 31 0 4 37 253 26 75
Binary 10000100 10110001 10101010 11001 0 100 11111 10101011 10110 111101

Color Harmonies of #84B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B1AA

Black with #84B1AA

Text Example


Text Example

White with #84B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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