#85CCCA

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

Shades of Bermuda #85CCCA

Tints of Bermuda #85CCCA

Color information

#85CCCA (or 0x85CCCA) is unknown color: approx Bermuda. HEX triplet: 85, CC and CA. RGB value is (133,204,202). Sum of RGB (Red+Green+Blue) = 133+204+202=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCCA is #7A3335. Grayscale: #B6B6B6. Windows color (decimal): -8008502 or 13290629. OLE color: 13290629.

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

Color convert

RGB133204202-
CMYK0.3500.010.2
HSL178.31º41.04%66.08%-
HSV(B)178.31º34.8%80%-
XYZ41.9352.4463.79-
YUV182.54138.9892.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=24.68%
G=37.85%
B=37.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332042020.3500.010.2178.3141.0466.08
Hex85CCCA230114b22942
Octal20531431243012426251102
Binary1000010111001100110010101000110110100101100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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