#84CDC5

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

Shades of Bermuda #84CDC5

Tints of Bermuda #84CDC5

Color information

#84CDC5 (or 0x84CDC5) is unknown color: approx Bermuda. HEX triplet: 84, CD and C5. RGB value is (132,205,197). Sum of RGB (Red+Green+Blue) = 132+205+197=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDC5 is #7B323A. Grayscale: #B6B6B6. Windows color (decimal): -8073787 or 12963204. OLE color: 12963204.

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

Color convert

RGB132205197-
CMYK0.3600.040.20
HSL173.42º42.2%66.08%-
HSV(B)173.42º35.61%80.39%-
XYZ41.4352.660.79-
YUV182.26136.3292.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=24.72%
G=38.39%
B=36.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051970.3600.040.20173.4242.266.08
Hex84CDC5240414ad2a42
Octal20431530544042425552102
Binary100001001100110111000101100100010010100101011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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