#11534A

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

Shades of Cyprus #11534A

Tints of Cyprus #11534A

Color information

#11534A (or 0x11534A) is unknown color: approx Cyprus. HEX triplet: 11, 53 and 4A. RGB value is (17,83,74). Sum of RGB (Red+Green+Blue) = 17+83+74=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #11534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11534A is #EEACB5. Grayscale: #3E3E3E. Windows color (decimal): -15641782 or 4870929. OLE color: 4870929.

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

Color convert

RGB178374-
CMYK0.8000.110.67
HSL171.82º66%19.61%-
HSV(B)171.82º79.52%32.55%-
XYZ4.566.87.55-
YUV62.24134.6395.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=9.77%
G=47.70%
B=42.53%

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
Decimal1783740.8000.110.67171.826619.61
Hex11534A500B43ac4214
Octal2112311212001310325410224
Binary1000110100111001010101000001011100001110101100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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