#84bba6

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

Shades of Sea Nymph #84BBA6

Tints of Sea Nymph #84BBA6

Color information

#84BBA6 (or 0x84BBA6) is unknown color: approx Sea Nymph. HEX triplet: 84, BB and A6. RGB value is (132,187,166). Sum of RGB (Red+Green+Blue) = 132+187+166=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA6 is #7B4459. Grayscale: #A8A8A8. Windows color (decimal): -8078426 or 10926980. OLE color: 10926980.

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

Color convert

RGB132187166-
CMYK0.2900.110.27
HSL157.09º28.8%62.55%-
HSV(B)157.09º29.41%73.33%-
XYZ34.1743.242.61-
YUV168.16126.78102.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=27.22%
G=38.56%
B=34.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321871660.2900.110.27157.0928.862.55
Hex84BBA61D0B1B9d1d3f
Octal20427324635013332353577
Binary1000010010111011101001101110101011110111001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84bba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,187,166); }

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

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

 a { background-color: rgb(132,187,166); }

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

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

 span { border-color: rgb(132,187,166); }

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