#84CDCA

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

Shades of Bermuda #84CDCA

Tints of Bermuda #84CDCA

Color information

#84CDCA (or 0x84CDCA) is unknown color: approx Bermuda. HEX triplet: 84, CD and CA. RGB value is (132,205,202). Sum of RGB (Red+Green+Blue) = 132+205+202=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDCA is #7B3235. Grayscale: #B6B6B6. Windows color (decimal): -8073782 or 13290884. OLE color: 13290884.

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

Color convert

RGB132205202-
CMYK0.3600.010.20
HSL177.53º42.2%66.08%-
HSV(B)177.53º35.61%80.39%-
XYZ42.0152.8363.86-
YUV182.83138.8291.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=24.49%
G=38.03%
B=37.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322052020.3600.010.20177.5342.266.08
Hex84CDCA240114b22a42
Octal20431531244012426252102
Binary1000010011001101110010101001000110100101100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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