#18504D

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

Shades of Cyprus #18504D

Tints of Cyprus #18504D

Color information

#18504D (or 0x18504D) is unknown color: approx Cyprus. HEX triplet: 18, 50 and 4D. RGB value is (24,80,77). Sum of RGB (Red+Green+Blue) = 24+80+77=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #18504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18504D is #E7AFB2. Grayscale: #3E3E3E. Windows color (decimal): -15183795 or 5066776. OLE color: 5066776.

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

Color convert

RGB248077-
CMYK0.7000.040.69
HSL176.79º53.85%20.39%-
HSV(B)176.79º70%31.37%-
XYZ4.586.478.03-
YUV62.91135.95100.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=13.26%
G=44.20%
B=42.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480770.7000.040.69176.7953.8520.39
Hex18504D460445b13614
Octal30120115106041052616624
Binary11000101000010011011000110010010001011011000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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