#144D51

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

Shades of Cyprus #144D51

Tints of Cyprus #144D51

Color information

#144D51 (or 0x144D51) is unknown color: approx Cyprus. HEX triplet: 14, 4D and 51. RGB value is (20,77,81). Sum of RGB (Red+Green+Blue) = 20+77+81=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #144D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D51 is #EBB2AE. Grayscale: #3C3C3C. Windows color (decimal): -15446703 or 5328148. OLE color: 5328148.

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

Color convert

RGB207781-
CMYK0.750.0500.68
HSL183.93º60.4%19.8%-
HSV(B)183.93º75.31%31.76%-
XYZ4.436.058.72-
YUV60.41139.6299.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=11.24%
G=43.26%
B=45.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2077810.750.0500.68183.9360.419.8
Hex144D514B5044b83c14
Octal24115121113501042707424
Binary10100100110110100011001011101010001001011100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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