#144A48

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

Shades of Cyprus #144A48

Tints of Cyprus #144A48

Color information

#144A48 (or 0x144A48) is unknown color: approx Cyprus. HEX triplet: 14, 4A and 48. RGB value is (20,74,72). Sum of RGB (Red+Green+Blue) = 20+74+72=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #144A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A48 is #EBB5B7. Grayscale: #393939. Windows color (decimal): -15447480 or 4737556. OLE color: 4737556.

HSL color Cylindrical-coordinate representation of color #144A48: hue angle of 177.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A48 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB207472-
CMYK0.7300.030.71
HSL177.78º57.45%18.43%-
HSV(B)177.78º72.97%29.02%-
XYZ3.915.516.99-
YUV57.63136.11101.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=12.05%
G=44.58%
B=43.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074720.7300.030.71177.7857.4518.43
Hex144A48490347b23912
Octal24112110111031072627122
Binary1010010010101001000100100101110001111011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,72); }

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

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

 a { background-color: rgb(20,74,72); }

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

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

 span { border-color: rgb(20,74,72); }

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