#144F4C

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

Shades of Cyprus #144F4C

Tints of Cyprus #144F4C

Color information

#144F4C (or 0x144F4C) is unknown color: approx Cyprus. HEX triplet: 14, 4F and 4C. RGB value is (20,79,76). Sum of RGB (Red+Green+Blue) = 20+79+76=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #144F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F4C is #EBB0B3. Grayscale: #3C3C3C. Windows color (decimal): -15446196 or 5000980. OLE color: 5000980.

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

Color convert

RGB207976-
CMYK0.7500.040.69
HSL176.95º59.6%19.41%-
HSV(B)176.95º74.68%30.98%-
XYZ4.396.267.81-
YUV61.02136.4598.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=11.43%
G=45.14%
B=43.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079760.7500.040.69176.9559.619.41
Hex144F4C4B0445b13c13
Octal24117114113041052617423
Binary10100100111110011001001011010010001011011000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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