#84DFBA

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

Shades of Bermuda #84DFBA

Tints of Bermuda #84DFBA

Color information

#84DFBA (or 0x84DFBA) is unknown color: approx Bermuda. HEX triplet: 84, DF and BA. RGB value is (132,223,186). Sum of RGB (Red+Green+Blue) = 132+223+186=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFBA is #7B2045. Grayscale: #BFBFBF. Windows color (decimal): -8069190 or 12246916. OLE color: 12246916.

HSL color Cylindrical-coordinate representation of color #84DFBA: hue angle of 155.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFBA is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB132223186-
CMYK0.4100.170.13
HSL155.6º58.71%69.61%-
HSV(B)155.6º40.81%87.45%-
XYZ44.7761.2355.91-
YUV191.57124.8585.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=24.40%
G=41.22%
B=34.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322231860.4100.170.13155.658.7169.61
Hex84DFBA29011D9c3b46
Octal204337272510211523473106
Binary1000010011011111101110101010010100011101100111001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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