Html Css Color HEX #84B8AC Sea Nymph

📋 copy color: '#84B8AC'

red 132 ◦ green 184 ◦ blue 172

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

Shades of Sea Nymph #84B8AC

Tints of Sea Nymph #84B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

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

R = 27.05%
G = 37.7%
B = 35.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#84B8AC (or 0x84B8AC) is known color: Sea Nymph. HEX triplet: 84, B8 and AC. RGB value is (132,184,172). Sum of RGB (Red+Green+Blue) = 132+184+172=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8AC is #7B4753. Grayscale: #A7A7A7. Windows color (decimal): -8079188 or 11319428. OLE color: 11319428.

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

Color convert

RGB 132 184 172 -
CMYK 0.28 0 0.07 0.28
HSL 166.15º 0.27% 0.62% -
HSV(B) 166.15º 0.28% 0.72% -
XYZ 34.1 42.17 45.37 -
YUV 167.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 132 184 172 0.28 0 0.07 0.28 166.15 0.27 0.62
Hex 84 B8 AC 1C 0 7 1C A6 1B 3E
Octal 204 270 254 34 0 7 34 246 33 76
Binary 10000100 10111000 10101100 11100 0 111 11100 10100110 11011 111110

Color Harmonies of #84B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B8AC

Black with #84B8AC

Text Example


Text Example

White with #84B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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