#84D6BB

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

Shades of Bermuda #84D6BB

Tints of Bermuda #84D6BB

Color information

#84D6BB (or 0x84D6BB) is unknown color: approx Bermuda. HEX triplet: 84, D6 and BB. RGB value is (132,214,187). Sum of RGB (Red+Green+Blue) = 132+214+187=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6BB is #7B2944. Grayscale: #BABABA. Windows color (decimal): -8071493 or 12310148. OLE color: 12310148.

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

Color convert

RGB132214187-
CMYK0.3800.130.16
HSL160.24º50%67.84%-
HSV(B)160.24º38.32%83.92%-
XYZ42.5356.5955.69-
YUV186.4128.3389.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=24.77%
G=40.15%
B=35.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141870.3800.130.16160.245067.84
Hex84D6BB260D10a03244
Octal204326273460152024062104
Binary1000010011010110101110111001100110110000101000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,187); }

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

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

 a { background-color: rgb(132,214,187); }

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

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

 span { border-color: rgb(132,214,187); }

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