#84CDBA

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

Shades of Bermuda #84CDBA

Tints of Bermuda #84CDBA

Color information

#84CDBA (or 0x84CDBA) is unknown color: approx Bermuda. HEX triplet: 84, CD and BA. RGB value is (132,205,186). Sum of RGB (Red+Green+Blue) = 132+205+186=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDBA is #7B3245. Grayscale: #B5B5B5. Windows color (decimal): -8073798 or 12242308. OLE color: 12242308.

HSL color Cylindrical-coordinate representation of color #84CDBA: hue angle of 164.38º 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 #84CDBA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB132205186-
CMYK0.3600.090.20
HSL164.38º42.2%66.08%-
HSV(B)164.38º35.61%80.39%-
XYZ40.2152.1154.39-
YUV181.01130.8293.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=25.24%
G=39.20%
B=35.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051860.3600.090.20164.3842.266.08
Hex84CDBA240914a42a42
Octal204315272440112424452102
Binary1000010011001101101110101001000100110100101001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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