#84CDCC

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

Shades of Bermuda #84CDCC

Tints of Bermuda #84CDCC

Color information

#84CDCC (or 0x84CDCC) is unknown color: approx Bermuda. HEX triplet: 84, CD and CC. RGB value is (132,205,204). Sum of RGB (Red+Green+Blue) = 132+205+204=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDCC is #7B3233. Grayscale: #B6B6B6. Windows color (decimal): -8073780 or 13421956. OLE color: 13421956.

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

Color convert

RGB132205204-
CMYK0.3600.000.20
HSL179.18º42.2%66.08%-
HSV(B)179.18º35.61%80.39%-
XYZ42.2552.9365.12-
YUV183.06139.8291.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=24.40%
G=37.89%
B=37.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322052040.3600.000.20179.1842.266.08
Hex84CDCC240014b32a42
Octal20431531444002426352102
Binary1000010011001101110011001001000010100101100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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