#84BCAB

Color #84BCAB Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #84BCAB

Tints of Sea Nymph #84BCAB

Color information

#84BCAB (or 0x84BCAB) is unknown color: approx Sea Nymph. HEX triplet: 84, BC and AB. RGB value is (132,188,171). Sum of RGB (Red+Green+Blue) = 132+188+171=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCAB is #7B4354. Grayscale: #A9A9A9. Windows color (decimal): -8078165 or 11254916. OLE color: 11254916.

HSL color Cylindrical-coordinate representation of color #84BCAB: hue angle of 161.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BCAB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB132188171-
CMYK0.3000.090.26
HSL161.79º29.47%62.75%-
HSV(B)161.79º29.79%73.73%-
XYZ34.8543.8145.15-
YUV169.32128.95101.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=26.88%
G=38.29%
B=34.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321881710.3000.090.26161.7929.4762.75
Hex84BCAB1E091Aa21d3f
Octal20427425336011322423577
Binary1000010010111100101010111111001001110101010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BCAB;
 }
 .AnyTagClassName
 {
   color: #84BCAB;
 }
</style>
background-color css

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

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

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

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

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

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