#85CCBA

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

Shades of Bermuda #85CCBA

Tints of Bermuda #85CCBA

Color information

#85CCBA (or 0x85CCBA) is unknown color: approx Bermuda. HEX triplet: 85, CC and BA. RGB value is (133,204,186). Sum of RGB (Red+Green+Blue) = 133+204+186=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCBA is #7A3345. Grayscale: #B4B4B4. Windows color (decimal): -8008518 or 12242053. OLE color: 12242053.

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

Color convert

RGB133204186-
CMYK0.3500.090.2
HSL164.79º41.04%66.08%-
HSV(B)164.79º34.8%80%-
XYZ40.1351.7254.32-
YUV180.72130.9893.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=25.43%
G=39.01%
B=35.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041860.3500.090.2164.7941.0466.08
Hex85CCBA230914a52942
Octal205314272430112424551102
Binary1000010111001100101110101000110100110100101001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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