#84D6C1

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

Shades of Bermuda #84D6C1

Tints of Bermuda #84D6C1

Color information

#84D6C1 (or 0x84D6C1) is unknown color: approx Bermuda. HEX triplet: 84, D6 and C1. RGB value is (132,214,193). Sum of RGB (Red+Green+Blue) = 132+214+193=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6C1 is #7B293E. Grayscale: #BBBBBB. Windows color (decimal): -8071487 or 12703364. OLE color: 12703364.

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

Color convert

RGB132214193-
CMYK0.3800.100.16
HSL164.63º50%67.84%-
HSV(B)164.63º38.32%83.92%-
XYZ43.1956.8559.15-
YUV187.09131.3388.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=24.49%
G=39.70%
B=35.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141930.3800.100.16164.635067.84
Hex84D6C1260A10a53244
Octal204326301460122024562104
Binary1000010011010110110000011001100101010000101001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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