#84DDBE

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

Shades of Bermuda #84DDBE

Tints of Bermuda #84DDBE

Color information

#84DDBE (or 0x84DDBE) is unknown color: approx Bermuda. HEX triplet: 84, DD and BE. RGB value is (132,221,190). Sum of RGB (Red+Green+Blue) = 132+221+190=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDBE is #7B2241. Grayscale: #BEBEBE. Windows color (decimal): -8069698 or 12508548. OLE color: 12508548.

HSL color Cylindrical-coordinate representation of color #84DDBE: hue angle of 159.1º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDBE is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB132221190-
CMYK0.4000.140.13
HSL159.1º56.69%69.22%-
HSV(B)159.1º40.27%86.67%-
XYZ44.6760.3458.01-
YUV190.86127.5186.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.31%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=24.31%
G=40.70%
B=34.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211900.4000.140.13159.156.6969.22
Hex84DDBE280ED9f3945
Octal204335276500161523771105
Binary100001001101110110111110101000011101101100111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,190); }

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

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

 a { background-color: rgb(132,221,190); }

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

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

 span { border-color: rgb(132,221,190); }

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