#144E55

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

Shades of Cyprus #144E55

Tints of Cyprus #144E55

Color information

#144E55 (or 0x144E55) is unknown color: approx Cyprus. HEX triplet: 14, 4E and 55. RGB value is (20,78,85). Sum of RGB (Red+Green+Blue) = 20+78+85=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #144E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E55 is #EBB1AA. Grayscale: #3D3D3D. Windows color (decimal): -15446443 or 5590548. OLE color: 5590548.

HSL color Cylindrical-coordinate representation of color #144E55: hue angle of 186.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144E55 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB207885-
CMYK0.760.0800.67
HSL186.46º61.9%20.59%-
HSV(B)186.46º76.47%33.33%-
XYZ4.656.259.56-
YUV61.46141.2898.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=10.93%
G=42.62%
B=46.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2078850.760.0800.67186.4661.920.59
Hex144E554C8043ba3e15
Octal241161251141001032727625
Binary101001001110101010110011001000010000111011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144E55; }

 p { color: rgb(20,78,85); }

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

<style>
 a { background-color: #144E55; }

 a { background-color: rgb(20,78,85); }

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

<style>
 span { border-color: #144E55; }

 span { border-color: rgb(20,78,85); }

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