#84CAC0

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

Shades of Bermuda #84CAC0

Tints of Bermuda #84CAC0

Color information

#84CAC0 (or 0x84CAC0) is unknown color: approx Bermuda. HEX triplet: 84, CA and C0. RGB value is (132,202,192). Sum of RGB (Red+Green+Blue) = 132+202+192=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CAC0 is #7B353F. Grayscale: #B3B3B3. Windows color (decimal): -8074560 or 12634756. OLE color: 12634756.

HSL color Cylindrical-coordinate representation of color #84CAC0: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CAC0 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB132202192-
CMYK0.3500.050.21
HSL171.43º39.77%65.49%-
HSV(B)171.43º34.65%79.22%-
XYZ40.1550.9557.59-
YUV179.93134.8193.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=25.10%
G=38.40%
B=36.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021920.3500.050.21171.4339.7765.49
Hex84CAC0230515ab2841
Octal20431230043052525350101
Binary100001001100101011000000100011010110101101010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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