#84DAB9

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

Shades of Bermuda #84DAB9

Tints of Bermuda #84DAB9

Color information

#84DAB9 (or 0x84DAB9) is unknown color: approx Bermuda. HEX triplet: 84, DA and B9. RGB value is (132,218,185). Sum of RGB (Red+Green+Blue) = 132+218+185=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAB9 is #7B2546. Grayscale: #BCBCBC. Windows color (decimal): -8070471 or 12180100. OLE color: 12180100.

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

Color convert

RGB132218185-
CMYK0.3900.150.15
HSL156.98º53.75%68.63%-
HSV(B)156.98º39.45%85.49%-
XYZ43.3458.5554.92-
YUV188.52126.0187.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=24.67%
G=40.75%
B=34.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181850.3900.150.15156.9853.7568.63
Hex84DAB9270FF9d3645
Octal204332271470171723566105
Binary100001001101101010111001100111011111111100111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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