Html Css Color HEX #84BAAB Sea Nymph

📋 copy color: '#84BAAB'

red 132 ◦ green 186 ◦ blue 171

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

Shades of Sea Nymph #84BAAB

Tints of Sea Nymph #84BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 26.99%
G = 38.04%
B = 34.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#84BAAB (or 0x84BAAB) is known color: Sea Nymph. HEX triplet: 84, BA and AB. RGB value is (132,186,171). Sum of RGB (Red+Green+Blue) = 132+186+171=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAB is #7B4554. Grayscale: #A8A8A8. Windows color (decimal): -8078677 or 11254404. OLE color: 11254404.

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

Color convert

RGB 132 186 171 -
CMYK 0.29 0 0.08 0.27
HSL 163.33º 0.28% 0.62% -
HSV(B) 163.33º 0.29% 0.73% -
XYZ 34.43 42.96 45.01 -
YUV 168.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 132 186 171 0.29 0 0.08 0.27 163.33 0.28 0.62
Hex 84 BA AB 1D 0 8 1B A3 1C 3E
Octal 204 272 253 35 0 10 33 243 34 76
Binary 10000100 10111010 10101011 11101 0 1000 11011 10100011 11100 111110

Color Harmonies of #84BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BAAB

Black with #84BAAB

Text Example


Text Example

White with #84BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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