#144D54

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

Shades of Cyprus #144D54

Tints of Cyprus #144D54

Color information

#144D54 (or 0x144D54) is unknown color: approx Cyprus. HEX triplet: 14, 4D and 54. RGB value is (20,77,84). Sum of RGB (Red+Green+Blue) = 20+77+84=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #144D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D54 is #EBB2AB. Grayscale: #3C3C3C. Windows color (decimal): -15446700 or 5524756. OLE color: 5524756.

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

Color convert

RGB207784-
CMYK0.760.0800.67
HSL186.56º61.54%20.39%-
HSV(B)186.56º76.19%32.94%-
XYZ4.546.19.32-
YUV60.76141.1298.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=11.05%
G=42.54%
B=46.41%

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
Decimal2077840.760.0800.67186.5661.5420.39
Hex144D544C8043bb3e14
Octal241151241141001032737624
Binary101001001101101010010011001000010000111011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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