#18514E

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

Shades of Cyprus #18514E

Tints of Cyprus #18514E

Color information

#18514E (or 0x18514E) is unknown color: approx Cyprus. HEX triplet: 18, 51 and 4E. RGB value is (24,81,78). Sum of RGB (Red+Green+Blue) = 24+81+78=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #18514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18514E is #E7AEB1. Grayscale: #3F3F3F. Windows color (decimal): -15183538 or 5132568. OLE color: 5132568.

HSL color Cylindrical-coordinate representation of color #18514E: hue angle of 176.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18514E is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB248178-
CMYK0.7000.040.68
HSL176.84º54.29%20.59%-
HSV(B)176.84º70.37%31.76%-
XYZ4.696.638.24-
YUV63.61136.1299.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=13.11%
G=44.26%
B=42.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481780.7000.040.68176.8454.2920.59
Hex18514E460444b13615
Octal30121116106041042616625
Binary11000101000110011101000110010010001001011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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