#84D5BC

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

Shades of Bermuda #84D5BC

Tints of Bermuda #84D5BC

Color information

#84D5BC (or 0x84D5BC) is unknown color: approx Bermuda. HEX triplet: 84, D5 and BC. RGB value is (132,213,188). Sum of RGB (Red+Green+Blue) = 132+213+188=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D5BC is #7B2A43. Grayscale: #B9B9B9. Windows color (decimal): -8071748 or 12375428. OLE color: 12375428.

HSL color Cylindrical-coordinate representation of color #84D5BC: hue angle of 161.48º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D5BC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB132213188-
CMYK0.3800.120.16
HSL161.48º49.09%67.65%-
HSV(B)161.48º38.03%83.53%-
XYZ42.3956.1256.18-
YUV185.93129.1689.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=24.77%
G=39.96%
B=35.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322131880.3800.120.16161.4849.0967.65
Hex84D5BC260C10a13144
Octal204325274460142024161104
Binary1000010011010101101111001001100110010000101000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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