#84CDBF

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

Shades of Bermuda #84CDBF

Tints of Bermuda #84CDBF

Color information

#84CDBF (or 0x84CDBF) is unknown color: approx Bermuda. HEX triplet: 84, CD and BF. RGB value is (132,205,191). Sum of RGB (Red+Green+Blue) = 132+205+191=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDBF is #7B3240. Grayscale: #B5B5B5. Windows color (decimal): -8073793 or 12569988. OLE color: 12569988.

HSL color Cylindrical-coordinate representation of color #84CDBF: hue angle of 168.49º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDBF is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB132205191-
CMYK0.3600.070.20
HSL168.49º42.2%66.08%-
HSV(B)168.49º35.61%80.39%-
XYZ40.7552.3357.24-
YUV181.58133.3292.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 191 (75% from 255) = 36.17%
R=25%
G=38.83%
B=36.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051910.3600.070.20168.4942.266.08
Hex84CDBF240714a82a42
Octal20431527744072425052102
Binary100001001100110110111111100100011110100101010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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