#84DABC

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

Shades of Bermuda #84DABC

Tints of Bermuda #84DABC

Color information

#84DABC (or 0x84DABC) is unknown color: approx Bermuda. HEX triplet: 84, DA and BC. RGB value is (132,218,188). Sum of RGB (Red+Green+Blue) = 132+218+188=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #84DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DABC is #7B2543. Grayscale: #BCBCBC. Windows color (decimal): -8070468 or 12376708. OLE color: 12376708.

HSL color Cylindrical-coordinate representation of color #84DABC: hue angle of 159.07º 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 #84DABC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB132218188-
CMYK0.3900.140.15
HSL159.07º53.75%68.63%-
HSV(B)159.07º39.45%85.49%-
XYZ43.6658.6856.6-
YUV188.87127.5187.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=24.54%
G=40.52%
B=34.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181880.3900.140.15159.0753.7568.63
Hex84DABC270EF9f3645
Octal204332274470161723766105
Binary100001001101101010111100100111011101111100111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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