#84C5BF

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

Shades of Bermuda #84C5BF

Tints of Bermuda #84C5BF

Color information

#84C5BF (or 0x84C5BF) is unknown color: approx Bermuda. HEX triplet: 84, C5 and BF. RGB value is (132,197,191). Sum of RGB (Red+Green+Blue) = 132+197+191=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #84C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C5BF is #7B3A40. Grayscale: #B0B0B0. Windows color (decimal): -8075841 or 12567940. OLE color: 12567940.

HSL color Cylindrical-coordinate representation of color #84C5BF: hue angle of 174.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C5BF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB132197191-
CMYK0.3300.030.23
HSL174.46º35.91%64.51%-
HSV(B)174.46º32.99%77.25%-
XYZ38.8948.656.62-
YUV176.88135.9795.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 191 (75% from 255) = 36.73%
R=25.38%
G=37.88%
B=36.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321971910.3300.030.23174.4635.9164.51
Hex84C5BF210317ae2441
Octal20430527741032725644101
Binary10000100110001011011111110000101110111101011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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