#84DBB9

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

Shades of Bermuda #84DBB9

Tints of Bermuda #84DBB9

Color information

#84DBB9 (or 0x84DBB9) is unknown color: approx Bermuda. HEX triplet: 84, DB and B9. RGB value is (132,219,185). Sum of RGB (Red+Green+Blue) = 132+219+185=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBB9 is #7B2446. Grayscale: #BDBDBD. Windows color (decimal): -8070215 or 12180356. OLE color: 12180356.

HSL color Cylindrical-coordinate representation of color #84DBB9: hue angle of 156.55º degrees, saturation: 0.55, 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 #84DBB9 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB132219185-
CMYK0.4000.160.14
HSL156.55º54.72%68.82%-
HSV(B)156.55º39.73%85.88%-
XYZ43.659.0755-
YUV189.11125.6887.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=24.63%
G=40.86%
B=34.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322191850.4000.160.14156.5554.7268.82
Hex84DBB928010E9d3745
Octal204333271500201623567105
Binary1000010011011011101110011010000100001110100111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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