#115550

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

Shades of Cyprus #115550

Tints of Cyprus #115550

Color information

#115550 (or 0x115550) is unknown color: approx Cyprus. HEX triplet: 11, 55 and 50. RGB value is (17,85,80). Sum of RGB (Red+Green+Blue) = 17+85+80=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #115550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115550 is #EEAAAF. Grayscale: #404040. Windows color (decimal): -15641264 or 5264657. OLE color: 5264657.

HSL color Cylindrical-coordinate representation of color #115550: hue angle of 175.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115550 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB178580-
CMYK0.8000.060.67
HSL175.59º66.67%20%-
HSV(B)175.59º80%33.33%-
XYZ4.937.28.72-
YUV64.1136.9794.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=9.34%
G=46.70%
B=43.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785800.8000.060.67175.5966.6720
Hex115550500643b04314
Octal211251201200610326010324
Binary100011010101101000010100000110100001110110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115550; }

 p { color: rgb(17,85,80); }

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

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

 a { background-color: rgb(17,85,80); }

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

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

 span { border-color: rgb(17,85,80); }

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