#85CABB

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

Shades of Bermuda #85CABB

Tints of Bermuda #85CABB

Color information

#85CABB (or 0x85CABB) is unknown color: approx Bermuda. HEX triplet: 85, CA and BB. RGB value is (133,202,187). Sum of RGB (Red+Green+Blue) = 133+202+187=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABB is #7A3544. Grayscale: #B3B3B3. Windows color (decimal): -8009029 or 12307077. OLE color: 12307077.

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

Color convert

RGB133202187-
CMYK0.3400.070.21
HSL166.96º39.43%65.69%-
HSV(B)166.96º34.16%79.22%-
XYZ39.7650.8254.73-
YUV179.66132.1494.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=25.48%
G=38.70%
B=35.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021870.3400.070.21166.9639.4365.69
Hex85CABB220715a72742
Octal20531227342072524747102
Binary100001011100101010111011100010011110101101001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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