#18504E

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

Shades of Cyprus #18504E

Tints of Cyprus #18504E

Color information

#18504E (or 0x18504E) is unknown color: approx Cyprus. HEX triplet: 18, 50 and 4E. RGB value is (24,80,78). Sum of RGB (Red+Green+Blue) = 24+80+78=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #18504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18504E is #E7AFB1. Grayscale: #3E3E3E. Windows color (decimal): -15183794 or 5132312. OLE color: 5132312.

HSL color Cylindrical-coordinate representation of color #18504E: hue angle of 177.86º 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 #18504E is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB248078-
CMYK0.7000.020.69
HSL177.86º53.85%20.39%-
HSV(B)177.86º70%31.37%-
XYZ4.626.488.22-
YUV63.03136.45100.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=13.19%
G=43.96%
B=42.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480780.7000.020.69177.8653.8520.39
Hex18504E460245b23614
Octal30120116106021052626624
Binary1100010100001001110100011001010001011011001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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