#11554C

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

Shades of Cyprus #11554C

Tints of Cyprus #11554C

Color information

#11554C (or 0x11554C) is unknown color: approx Cyprus. HEX triplet: 11, 55 and 4C. RGB value is (17,85,76). Sum of RGB (Red+Green+Blue) = 17+85+76=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #11554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11554C is #EEAAB3. Grayscale: #3F3F3F. Windows color (decimal): -15641268 or 5002513. OLE color: 5002513.

HSL color Cylindrical-coordinate representation of color #11554C: hue angle of 172.06º 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 #11554C is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB178576-
CMYK0.8000.110.67
HSL172.06º66.67%20%-
HSV(B)172.06º80%33.33%-
XYZ4.787.147.96-
YUV63.64134.9794.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=9.55%
G=47.75%
B=42.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785760.8000.110.67172.0666.6720
Hex11554C500B43ac4314
Octal2112511412001310325410324
Binary1000110101011001100101000001011100001110101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11554C; }

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

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

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

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

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

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

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

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