#84CDC8

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

Shades of Bermuda #84CDC8

Tints of Bermuda #84CDC8

Color information

#84CDC8 (or 0x84CDC8) is unknown color: approx Bermuda. HEX triplet: 84, CD and C8. RGB value is (132,205,200). Sum of RGB (Red+Green+Blue) = 132+205+200=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDC8 is #7B3237. Grayscale: #B6B6B6. Windows color (decimal): -8073784 or 13159812. OLE color: 13159812.

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

Color convert

RGB132205200-
CMYK0.3600.020.20
HSL175.89º42.2%66.08%-
HSV(B)175.89º35.61%80.39%-
XYZ41.7752.7462.62-
YUV182.6137.8291.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=24.58%
G=38.18%
B=37.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322052000.3600.020.20175.8942.266.08
Hex84CDC8240214b02a42
Octal20431531044022426052102
Binary10000100110011011100100010010001010100101100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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