#85CCC4

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

Shades of Bermuda #85CCC4

Tints of Bermuda #85CCC4

Color information

#85CCC4 (or 0x85CCC4) is unknown color: approx Bermuda. HEX triplet: 85, CC and C4. RGB value is (133,204,196). Sum of RGB (Red+Green+Blue) = 133+204+196=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC4 is #7A333B. Grayscale: #B5B5B5. Windows color (decimal): -8008508 or 12897413. OLE color: 12897413.

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

Color convert

RGB133204196-
CMYK0.3500.040.2
HSL173.24º41.04%66.08%-
HSV(B)173.24º34.8%80%-
XYZ41.2352.1660.12-
YUV181.86135.9893.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=24.95%
G=38.27%
B=36.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041960.3500.040.2173.2441.0466.08
Hex85CCC4230414ad2942
Octal20531430443042425551102
Binary100001011100110011000100100011010010100101011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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