#11524F

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

Shades of Cyprus #11524F

Tints of Cyprus #11524F

Color information

#11524F (or 0x11524F) is unknown color: approx Cyprus. HEX triplet: 11, 52 and 4F. RGB value is (17,82,79). Sum of RGB (Red+Green+Blue) = 17+82+79=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #11524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11524F is #EEADB0. Grayscale: #3E3E3E. Windows color (decimal): -15642033 or 5198353. OLE color: 5198353.

HSL color Cylindrical-coordinate representation of color #11524F: hue angle of 177.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11524F is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB178279-
CMYK0.7900.040.68
HSL177.23º65.66%19.41%-
HSV(B)177.23º79.27%32.16%-
XYZ4.666.728.45-
YUV62.22137.4795.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=9.55%
G=46.07%
B=44.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782790.7900.040.68177.2365.6619.41
Hex11524F4F0444b14213
Octal211221171170410426110223
Binary100011010010100111110011110100100010010110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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