#85CCBD

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

Shades of Bermuda #85CCBD

Tints of Bermuda #85CCBD

Color information

#85CCBD (or 0x85CCBD) is unknown color: approx Bermuda. HEX triplet: 85, CC and BD. RGB value is (133,204,189). Sum of RGB (Red+Green+Blue) = 133+204+189=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCBD is #7A3342. Grayscale: #B5B5B5. Windows color (decimal): -8008515 or 12438661. OLE color: 12438661.

HSL color Cylindrical-coordinate representation of color #85CCBD: hue angle of 167.32º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCBD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB133204189-
CMYK0.3500.070.2
HSL167.32º41.04%66.08%-
HSV(B)167.32º34.8%80%-
XYZ40.4551.8556.02-
YUV181.06132.4893.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=25.29%
G=38.78%
B=35.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041890.3500.070.2167.3241.0466.08
Hex85CCBD230714a72942
Octal20531427543072424751102
Binary100001011100110010111101100011011110100101001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,189); }

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

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

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

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

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

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

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