#85CCBC

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

Shades of Bermuda #85CCBC

Tints of Bermuda #85CCBC

Color information

#85CCBC (or 0x85CCBC) is unknown color: approx Bermuda. HEX triplet: 85, CC and BC. RGB value is (133,204,188). Sum of RGB (Red+Green+Blue) = 133+204+188=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCBC is #7A3343. Grayscale: #B4B4B4. Windows color (decimal): -8008516 or 12373125. OLE color: 12373125.

HSL color Cylindrical-coordinate representation of color #85CCBC: hue angle of 166.48º 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 #85CCBC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB133204188-
CMYK0.3500.080.2
HSL166.48º41.04%66.08%-
HSV(B)166.48º34.8%80%-
XYZ40.3451.855.45-
YUV180.95131.9893.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=25.33%
G=38.86%
B=35.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041880.3500.080.2166.4841.0466.08
Hex85CCBC230814a62942
Octal205314274430102424651102
Binary1000010111001100101111001000110100010100101001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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