#84DCBA

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

Shades of Bermuda #84DCBA

Tints of Bermuda #84DCBA

Color information

#84DCBA (or 0x84DCBA) is unknown color: approx Bermuda. HEX triplet: 84, DC and BA. RGB value is (132,220,186). Sum of RGB (Red+Green+Blue) = 132+220+186=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCBA is #7B2345. Grayscale: #BDBDBD. Windows color (decimal): -8069958 or 12246148. OLE color: 12246148.

HSL color Cylindrical-coordinate representation of color #84DCBA: hue angle of 156.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB132220186-
CMYK0.4000.150.14
HSL156.82º55.7%69.02%-
HSV(B)156.82º40%86.27%-
XYZ43.9759.6455.65-
YUV189.81125.8586.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=24.54%
G=40.89%
B=34.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201860.4000.150.14156.8255.769.02
Hex84DCBA280FE9d3845
Octal204334272500171623570105
Binary100001001101110010111010101000011111110100111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,186); }

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

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

 a { background-color: rgb(132,220,186); }

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

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

 span { border-color: rgb(132,220,186); }

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