#15504D

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

Shades of Cyprus #15504D

Tints of Cyprus #15504D

Color information

#15504D (or 0x15504D) is unknown color: approx Cyprus. HEX triplet: 15, 50 and 4D. RGB value is (21,80,77). Sum of RGB (Red+Green+Blue) = 21+80+77=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #15504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15504D is #EAAFB2. Grayscale: #3D3D3D. Windows color (decimal): -15380403 or 5066773. OLE color: 5066773.

HSL color Cylindrical-coordinate representation of color #15504D: hue angle of 176.95º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15504D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB218077-
CMYK0.7400.040.69
HSL176.95º58.42%19.8%-
HSV(B)176.95º73.75%31.37%-
XYZ4.526.438.02-
YUV62.02136.4598.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=11.80%
G=44.94%
B=43.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180770.7400.040.69176.9558.4219.8
Hex15504D4A0445b13a14
Octal25120115112041052617224
Binary10101101000010011011001010010010001011011000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15504D; }

 p { color: rgb(21,80,77); }

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

<style>
 a { background-color: #15504D; }

 a { background-color: rgb(21,80,77); }

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

<style>
 span { border-color: #15504D; }

 span { border-color: rgb(21,80,77); }

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