#84D9BC

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

Shades of Bermuda #84D9BC

Tints of Bermuda #84D9BC

Color information

#84D9BC (or 0x84D9BC) is unknown color: approx Bermuda. HEX triplet: 84, D9 and BC. RGB value is (132,217,188). Sum of RGB (Red+Green+Blue) = 132+217+188=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9BC is #7B2643. Grayscale: #BCBCBC. Windows color (decimal): -8070724 or 12376452. OLE color: 12376452.

HSL color Cylindrical-coordinate representation of color #84D9BC: hue angle of 159.53º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9BC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB132217188-
CMYK0.3900.130.15
HSL159.53º52.8%68.43%-
HSV(B)159.53º39.17%85.1%-
XYZ43.4158.1656.52-
YUV188.28127.8487.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=24.58%
G=40.41%
B=35.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171880.3900.130.15159.5352.868.43
Hex84D9BC270DFa03544
Octal204331274470151724065104
Binary100001001101100110111100100111011011111101000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,188); }

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

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

 a { background-color: rgb(132,217,188); }

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

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

 span { border-color: rgb(132,217,188); }

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