#144E50

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

Shades of Cyprus #144E50

Tints of Cyprus #144E50

Color information

#144E50 (or 0x144E50) is unknown color: approx Cyprus. HEX triplet: 14, 4E and 50. RGB value is (20,78,80). Sum of RGB (Red+Green+Blue) = 20+78+80=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #144E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E50 is #EBB1AF. Grayscale: #3C3C3C. Windows color (decimal): -15446448 or 5262868. OLE color: 5262868.

HSL color Cylindrical-coordinate representation of color #144E50: hue angle of 182º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144E50 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB207880-
CMYK0.750.0200.69
HSL182º60%19.61%-
HSV(B)182º75%31.37%-
XYZ4.466.188.55-
YUV60.89138.7898.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=11.24%
G=43.82%
B=44.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2078800.750.0200.691826019.61
Hex144E504B2045b63c14
Octal24116120113201052667424
Binary1010010011101010000100101110010001011011011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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