Html Css Color HEX #84BAAC Sea Nymph

📋 copy color: '#84BAAC'

red 132 ◦ green 186 ◦ blue 172

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

Shades of Sea Nymph #84BAAC

Tints of Sea Nymph #84BAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 26.94%
G = 37.96%
B = 35.1%

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

#84BAAC (or 0x84BAAC) is known color: Sea Nymph. HEX triplet: 84, BA and AC. RGB value is (132,186,172). Sum of RGB (Red+Green+Blue) = 132+186+172=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAC is #7B4553. Grayscale: #A8A8A8. Windows color (decimal): -8078676 or 11319940. OLE color: 11319940.

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

Color convert

RGB 132 186 172 -
CMYK 0.29 0 0.08 0.27
HSL 164.44º 0.28% 0.62% -
HSV(B) 164.44º 0.29% 0.73% -
XYZ 34.52 43 45.51 -
YUV 168.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 132 186 172 0.29 0 0.08 0.27 164.44 0.28 0.62
Hex 84 BA AC 1D 0 8 1B A4 1C 3E
Octal 204 272 254 35 0 10 33 244 34 76
Binary 10000100 10111010 10101100 11101 0 1000 11011 10100100 11100 111110

Color Harmonies of #84BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BAAC

Black with #84BAAC

Text Example


Text Example

White with #84BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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