#85CCC3

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

Shades of Bermuda #85CCC3

Tints of Bermuda #85CCC3

Color information

#85CCC3 (or 0x85CCC3) is unknown color: approx Bermuda. HEX triplet: 85, CC and C3. RGB value is (133,204,195). Sum of RGB (Red+Green+Blue) = 133+204+195=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC3 is #7A333C. Grayscale: #B5B5B5. Windows color (decimal): -8008509 or 12831877. OLE color: 12831877.

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

Color convert

RGB133204195-
CMYK0.3500.040.2
HSL172.39º41.04%66.08%-
HSV(B)172.39º34.8%80%-
XYZ41.1252.1159.52-
YUV181.74135.4893.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=25%
G=38.35%
B=36.65%

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
Decimal1332041950.3500.040.2172.3941.0466.08
Hex85CCC3230414ac2942
Octal20531430343042425451102
Binary100001011100110011000011100011010010100101011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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