Html Css Color HEX #144E49 Cyprus

📋 copy color: '#144E49'

red 20 ◦ green 78 ◦ blue 73

#144E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #144E49

Tints of Cyprus #144E49

RGB

 RED value IS 20 (8.2% from 255) = 11.7%

 GREEN value IS 78 (30.86% from 255) = 45.61%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 11.7%
G = 45.61%
B = 42.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#144E49 (or 0x144E49) is known color: Cyprus. HEX triplet: 14, 4E and 49. RGB value is (20,78,73). Sum of RGB (Red+Green+Blue) = 20+78+73=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #144E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E49 is #EBB1B6. Grayscale: #3C3C3C. Windows color (decimal): -15446455 or 4804116. OLE color: 4804116.

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

Color convert

RGB 20 78 73 -
CMYK 0.74 0 0.06 0.69
HSL 174.83º 0.59% 0.19% -
HSV(B) 174.83º 0.74% 0.31% -
XYZ 4.22 6.08 7.25 -
YUV 60.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 20 78 73 0.74 0 0.06 0.69 174.83 0.59 0.19
Hex 14 4E 49 4A 0 6 45 AF 3B 13
Octal 24 116 111 112 0 6 105 257 73 23
Binary 10100 1001110 1001001 1001010 0 110 1000101 10101111 111011 10011

Color Harmonies of #144E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E49

Black with #144E49

Text Example


Text Example

White with #144E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,73); }

 H1.HeaderClassName
 {
   color: #144E49;
 }
 .AnyTagClassName
 {
   color: #144E49;
 }
</style>

background-color css

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

 a { background-color: rgb(20,78,73); }

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

border-color css

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

 span { border-color: rgb(20,78,73); }

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