#84DAB6

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

Shades of Bermuda #84DAB6

Tints of Bermuda #84DAB6

Color information

#84DAB6 (or 0x84DAB6) is unknown color: approx Bermuda. HEX triplet: 84, DA and B6. RGB value is (132,218,182). Sum of RGB (Red+Green+Blue) = 132+218+182=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAB6 is #7B2549. Grayscale: #BCBCBC. Windows color (decimal): -8070474 or 11983492. OLE color: 11983492.

HSL color Cylindrical-coordinate representation of color #84DAB6: hue angle of 154.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAB6 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB132218182-
CMYK0.3900.170.15
HSL154.88º53.75%68.63%-
HSV(B)154.88º39.45%85.49%-
XYZ43.0358.4353.27-
YUV188.18124.5187.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=24.81%
G=40.98%
B=34.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181820.3900.170.15154.8853.7568.63
Hex84DAB627011F9b3645
Octal204332266470211723366105
Binary1000010011011010101101101001110100011111100110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,182); }

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

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

 a { background-color: rgb(132,218,182); }

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

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

 span { border-color: rgb(132,218,182); }

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