#86CACA

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

Shades of Bermuda #86CACA

Tints of Bermuda #86CACA

Color information

#86CACA (or 0x86CACA) is unknown color: approx Bermuda. HEX triplet: 86, CA and CA. RGB value is (134,202,202). Sum of RGB (Red+Green+Blue) = 134+202+202=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #86CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CACA is #793535. Grayscale: #B5B5B5. Windows color (decimal): -7943478 or 13290118. OLE color: 13290118.

HSL color Cylindrical-coordinate representation of color #86CACA: hue angle of 180º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CACA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134202202-
CMYK0.34000.21
HSL180º39.08%65.88%-
HSV(B)180º33.66%79.22%-
XYZ41.6151.5763.64-
YUV181.67139.4794-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.91%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=24.91%
G=37.55%
B=37.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342022020.34000.2118039.0865.88
Hex86CACA220015b42742
Octal20631231242002526447102
Binary1000011011001010110010101000100010101101101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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