#84CACA

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

Shades of Bermuda #84CACA

Tints of Bermuda #84CACA

Color information

#84CACA (or 0x84CACA) is unknown color: approx Bermuda. HEX triplet: 84, CA and CA. RGB value is (132,202,202). Sum of RGB (Red+Green+Blue) = 132+202+202=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #84CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CACA is #7B3535. Grayscale: #B5B5B5. Windows color (decimal): -8074550 or 13290116. OLE color: 13290116.

HSL color Cylindrical-coordinate representation of color #84CACA: hue angle of 180º 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 #84CACA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132202202-
CMYK0.35000.21
HSL180º39.77%65.49%-
HSV(B)180º34.65%79.22%-
XYZ41.351.4163.62-
YUV181.07139.8193-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=24.63%
G=37.69%
B=37.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322022020.35000.2118039.7765.49
Hex84CACA230015b42841
Octal20431231243002526450101
Binary1000010011001010110010101000110010101101101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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