#11534F

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

Shades of Cyprus #11534F

Tints of Cyprus #11534F

Color information

#11534F (or 0x11534F) is unknown color: approx Cyprus. HEX triplet: 11, 53 and 4F. RGB value is (17,83,79). Sum of RGB (Red+Green+Blue) = 17+83+79=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #11534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11534F is #EEACB0. Grayscale: #3E3E3E. Windows color (decimal): -15641777 or 5198609. OLE color: 5198609.

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

Color convert

RGB178379-
CMYK0.8000.050.67
HSL176.36º66%19.61%-
HSV(B)176.36º79.52%32.55%-
XYZ4.746.878.47-
YUV62.81137.1395.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=9.50%
G=46.37%
B=44.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783790.8000.050.67176.366619.61
Hex11534F500543b04214
Octal211231171200510326010224
Binary100011010011100111110100000101100001110110000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11534F; }

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

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

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

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

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

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

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

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