#84DBC0

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

Shades of Bermuda #84DBC0

Tints of Bermuda #84DBC0

Color information

#84DBC0 (or 0x84DBC0) is unknown color: approx Bermuda. HEX triplet: 84, DB and C0. RGB value is (132,219,192). Sum of RGB (Red+Green+Blue) = 132+219+192=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBC0 is #7B243F. Grayscale: #BDBDBD. Windows color (decimal): -8070208 or 12639108. OLE color: 12639108.

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

Color convert

RGB132219192-
CMYK0.4000.120.14
HSL161.38º54.72%68.82%-
HSV(B)161.38º39.73%85.88%-
XYZ44.3659.3758.99-
YUV189.91129.1886.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.31%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=24.31%
G=40.33%
B=35.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322191920.4000.120.14161.3854.7268.82
Hex84DBC0280CEa13745
Octal204333300500141624167105
Binary100001001101101111000000101000011001110101000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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