#84D7BC

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

Shades of Bermuda #84D7BC

Tints of Bermuda #84D7BC

Color information

#84D7BC (or 0x84D7BC) is unknown color: approx Bermuda. HEX triplet: 84, D7 and BC. RGB value is (132,215,188). Sum of RGB (Red+Green+Blue) = 132+215+188=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7BC is #7B2843. Grayscale: #BBBBBB. Windows color (decimal): -8071236 or 12375940. OLE color: 12375940.

HSL color Cylindrical-coordinate representation of color #84D7BC: hue angle of 160.48º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7BC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB132215188-
CMYK0.3900.130.16
HSL160.48º50.92%68.04%-
HSV(B)160.48º38.6%84.31%-
XYZ42.8957.1456.34-
YUV187.1128.588.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=24.67%
G=40.19%
B=35.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322151880.3900.130.16160.4850.9268.04
Hex84D7BC270D10a03344
Octal204327274470152024063104
Binary1000010011010111101111001001110110110000101000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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