#84D2B6

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

Shades of Bermuda #84D2B6

Tints of Bermuda #84D2B6

Color information

#84D2B6 (or 0x84D2B6) is unknown color: approx Bermuda. HEX triplet: 84, D2 and B6. RGB value is (132,210,182). Sum of RGB (Red+Green+Blue) = 132+210+182=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2B6 is #7B2D49. Grayscale: #B7B7B7. Windows color (decimal): -8072522 or 11981444. OLE color: 11981444.

HSL color Cylindrical-coordinate representation of color #84D2B6: hue angle of 158.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D2B6 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB132210182-
CMYK0.3700.130.18
HSL158.46º46.43%67.06%-
HSV(B)158.46º37.14%82.35%-
XYZ41.0154.3852.59-
YUV183.49127.1691.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=25.19%
G=40.08%
B=34.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322101820.3700.130.18158.4646.4367.06
Hex84D2B6250D129e2e43
Octal204322266450152223656103
Binary1000010011010010101101101001010110110010100111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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