#84D4BF

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

Shades of Bermuda #84D4BF

Tints of Bermuda #84D4BF

Color information

#84D4BF (or 0x84D4BF) is unknown color: approx Bermuda. HEX triplet: 84, D4 and BF. RGB value is (132,212,191). Sum of RGB (Red+Green+Blue) = 132+212+191=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #84D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4BF is #7B2B40. Grayscale: #B9B9B9. Windows color (decimal): -8072001 or 12571780. OLE color: 12571780.

HSL color Cylindrical-coordinate representation of color #84D4BF: hue angle of 164.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D4BF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB132212191-
CMYK0.3800.100.17
HSL164.25º48.19%67.45%-
HSV(B)164.25º37.74%83.14%-
XYZ42.4655.7557.81-
YUV185.6913189.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 191 (75% from 255) = 35.70%
R=24.67%
G=39.63%
B=35.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322121910.3800.100.17164.2548.1967.45
Hex84D4BF260A11a43043
Octal204324277460122124460103
Binary1000010011010100101111111001100101010001101001001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,212,191); }

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

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

 a { background-color: rgb(132,212,191); }

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

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

 span { border-color: rgb(132,212,191); }

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