#144F50

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

Shades of Cyprus #144F50

Tints of Cyprus #144F50

Color information

#144F50 (or 0x144F50) is unknown color: approx Cyprus. HEX triplet: 14, 4F and 50. RGB value is (20,79,80). Sum of RGB (Red+Green+Blue) = 20+79+80=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #144F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F50 is #EBB0AF. Grayscale: #3D3D3D. Windows color (decimal): -15446192 or 5263124. OLE color: 5263124.

HSL color Cylindrical-coordinate representation of color #144F50: hue angle of 181º 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 #144F50 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB207980-
CMYK0.750.0100.69
HSL181º60%19.61%-
HSV(B)181º75%31.37%-
XYZ4.536.328.57-
YUV61.47138.4598.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=11.17%
G=44.13%
B=44.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079800.750.0100.691816019.61
Hex144F504B1045b53c14
Octal24117120113101052657424
Binary101001001111101000010010111010001011011010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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