#15524F

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

Shades of Cyprus #15524F

Tints of Cyprus #15524F

Color information

#15524F (or 0x15524F) is unknown color: approx Cyprus. HEX triplet: 15, 52 and 4F. RGB value is (21,82,79). Sum of RGB (Red+Green+Blue) = 21+82+79=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #15524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15524F is #EAADB0. Grayscale: #3F3F3F. Windows color (decimal): -15379889 or 5198357. OLE color: 5198357.

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

Color convert

RGB218279-
CMYK0.7400.040.68
HSL177.05º59.22%20.2%-
HSV(B)177.05º74.39%32.16%-
XYZ4.746.768.45-
YUV63.42136.7997.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=11.54%
G=45.05%
B=43.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182790.7400.040.68177.0559.2220.2
Hex15524F4A0444b13b14
Octal25122117112041042617324
Binary10101101001010011111001010010010001001011000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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