#84E3BA

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

Shades of Bermuda #84E3BA

Tints of Bermuda #84E3BA

Color information

#84E3BA (or 0x84E3BA) is unknown color: approx Bermuda. HEX triplet: 84, E3 and BA. RGB value is (132,227,186). Sum of RGB (Red+Green+Blue) = 132+227+186=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3BA is #7B1C45. Grayscale: #C1C1C1. Windows color (decimal): -8068166 or 12247940. OLE color: 12247940.

HSL color Cylindrical-coordinate representation of color #84E3BA: hue angle of 154.11º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3BA is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB132227186-
CMYK0.4200.180.11
HSL154.11º62.91%70.39%-
HSV(B)154.11º41.85%89.02%-
XYZ45.8563.3956.27-
YUV193.92123.5383.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.22%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=24.22%
G=41.65%
B=34.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322271860.4200.180.11154.1162.9170.39
Hex84E3BA2A012B9a3f46
Octal204343272520221323277106
Binary1000010011100011101110101010100100101011100110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,227,186); }

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

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

 a { background-color: rgb(132,227,186); }

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

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

 span { border-color: rgb(132,227,186); }

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