#84DEBB

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

Shades of Bermuda #84DEBB

Tints of Bermuda #84DEBB

Color information

#84DEBB (or 0x84DEBB) is unknown color: approx Bermuda. HEX triplet: 84, DE and BB. RGB value is (132,222,187). Sum of RGB (Red+Green+Blue) = 132+222+187=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEBB is #7B2144. Grayscale: #BFBFBF. Windows color (decimal): -8069445 or 12312196. OLE color: 12312196.

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

Color convert

RGB132222187-
CMYK0.4100.160.13
HSL156.67º57.69%69.41%-
HSV(B)156.67º40.54%87.06%-
XYZ44.6160.7456.39-
YUV191.1125.6885.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=24.40%
G=41.04%
B=34.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322221870.4100.160.13156.6757.6969.41
Hex84DEBB29010D9d3a45
Octal204336273510201523572105
Binary1000010011011110101110111010010100001101100111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,187); }

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

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

 a { background-color: rgb(132,222,187); }

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

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

 span { border-color: rgb(132,222,187); }

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