#85CACA

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

Shades of Bermuda #85CACA

Tints of Bermuda #85CACA

Color information

#85CACA (or 0x85CACA) is unknown color: approx Bermuda. HEX triplet: 85, CA and CA. RGB value is (133,202,202). Sum of RGB (Red+Green+Blue) = 133+202+202=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #85CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACA is #7A3535. Grayscale: #B5B5B5. Windows color (decimal): -8009014 or 13290117. OLE color: 13290117.

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

Color convert

RGB133202202-
CMYK0.34000.21
HSL180º39.43%65.69%-
HSV(B)180º34.16%79.22%-
XYZ41.4551.4963.63-
YUV181.37139.6493.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=24.77%
G=37.62%
B=37.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332022020.34000.2118039.4365.69
Hex85CACA220015b42742
Octal20531231242002526447102
Binary1000010111001010110010101000100010101101101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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