#144D4E

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

Shades of Cyprus #144D4E

Tints of Cyprus #144D4E

Color information

#144D4E (or 0x144D4E) is unknown color: approx Cyprus. HEX triplet: 14, 4D and 4E. RGB value is (20,77,78). Sum of RGB (Red+Green+Blue) = 20+77+78=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #144D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D4E is #EBB2B1. Grayscale: #3C3C3C. Windows color (decimal): -15446706 or 5131540. OLE color: 5131540.

HSL color Cylindrical-coordinate representation of color #144D4E: hue angle of 181.03º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D4E is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB207778-
CMYK0.740.0100.69
HSL181.03º59.18%19.22%-
HSV(B)181.03º74.36%30.59%-
XYZ4.326.018.14-
YUV60.07138.1299.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=11.43%
G=44%
B=44.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2077780.740.0100.69181.0359.1819.22
Hex144D4E4A1045b53b13
Octal24115116112101052657323
Binary101001001101100111010010101010001011011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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