#19514E

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

Shades of Cyprus #19514E

Tints of Cyprus #19514E

Color information

#19514E (or 0x19514E) is unknown color: approx Cyprus. HEX triplet: 19, 51 and 4E. RGB value is (25,81,78). Sum of RGB (Red+Green+Blue) = 25+81+78=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #19514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19514E is #E6AEB1. Grayscale: #3F3F3F. Windows color (decimal): -15118002 or 5132569. OLE color: 5132569.

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

Color convert

RGB258178-
CMYK0.6900.040.68
HSL176.79º52.83%20.78%-
HSV(B)176.79º69.14%31.76%-
XYZ4.726.648.24-
YUV63.91135.95100.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=13.59%
G=44.02%
B=42.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2581780.6900.040.68176.7952.8320.78
Hex19514E450444b13515
Octal31121116105041042616525
Binary11001101000110011101000101010010001001011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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