#84D6BC

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

Shades of Bermuda #84D6BC

Tints of Bermuda #84D6BC

Color information

#84D6BC (or 0x84D6BC) is unknown color: approx Bermuda. HEX triplet: 84, D6 and BC. RGB value is (132,214,188). Sum of RGB (Red+Green+Blue) = 132+214+188=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6BC is #7B2943. Grayscale: #BABABA. Windows color (decimal): -8071492 or 12375684. OLE color: 12375684.

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

Color convert

RGB132214188-
CMYK0.3800.120.16
HSL160.98º50%67.84%-
HSV(B)160.98º38.32%83.92%-
XYZ42.6456.6356.26-
YUV186.52128.8389.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=24.72%
G=40.07%
B=35.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141880.3800.120.16160.985067.84
Hex84D6BC260C10a13244
Octal204326274460142024162104
Binary1000010011010110101111001001100110010000101000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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