#115453

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

Shades of Cyprus #115453

Tints of Cyprus #115453

Color information

#115453 (or 0x115453) is unknown color: approx Cyprus. HEX triplet: 11, 54 and 53. RGB value is (17,84,83). Sum of RGB (Red+Green+Blue) = 17+84+83=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #115453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115453 is #EEABAC. Grayscale: #3F3F3F. Windows color (decimal): -15641517 or 5461009. OLE color: 5461009.

HSL color Cylindrical-coordinate representation of color #115453: hue angle of 179.1º degrees, saturation: 0.66, 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 #115453 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB178483-
CMYK0.8000.010.67
HSL179.1º66.34%19.8%-
HSV(B)179.1º79.76%32.94%-
XYZ4.967.089.29-
YUV63.85138.894.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=9.24%
G=45.65%
B=45.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784830.8000.010.67179.166.3419.8
Hex115453500143b34214
Octal211241231200110326310224
Binary1000110101001010011101000001100001110110011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115453; }

 p { color: rgb(17,84,83); }

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

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

 a { background-color: rgb(17,84,83); }

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

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

 span { border-color: rgb(17,84,83); }

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