#15534F

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

Shades of Cyprus #15534F

Tints of Cyprus #15534F

Color information

#15534F (or 0x15534F) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 4F. RGB value is (21,83,79). Sum of RGB (Red+Green+Blue) = 21+83+79=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #15534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15534F is #EAACB0. Grayscale: #3F3F3F. Windows color (decimal): -15379633 or 5198613. OLE color: 5198613.

HSL color Cylindrical-coordinate representation of color #15534F: hue angle of 176.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15534F is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB218379-
CMYK0.7500.050.67
HSL176.13º59.62%20.39%-
HSV(B)176.13º74.7%32.55%-
XYZ4.816.918.48-
YUV64.01136.4697.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=11.48%
G=45.36%
B=43.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183790.7500.050.67176.1359.6220.39
Hex15534F4B0543b03c14
Octal25123117113051032607424
Binary10101101001110011111001011010110000111011000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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