Html Css Color HEX #144E50 Cyprus

📋 copy color: '#144E50'

red 20 ◦ green 78 ◦ blue 80

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

Shades of Cyprus #144E50

Tints of Cyprus #144E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 11.24%
G = 43.82%
B = 44.94%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#144E50 (or 0x144E50) is known color: Cyprus. HEX triplet: 14, 4E and 50. RGB value is (20,78,80). Sum of RGB (Red+Green+Blue) = 20+78+80=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #144E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E50 is #EBB1AF. Grayscale: #3C3C3C. Windows color (decimal): -15446448 or 5262868. OLE color: 5262868.

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

Color convert

RGB 20 78 80 -
CMYK 0.75 0.02 0 0.69
HSL 182º 0.6% 0.2% -
HSV(B) 182º 0.75% 0.31% -
XYZ 4.46 6.18 8.55 -
YUV 60.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 20 78 80 0.75 0.02 0 0.69 182 0.6 0.2
Hex 14 4E 50 4B 2 0 45 B6 3C 14
Octal 24 116 120 113 2 0 105 266 74 24
Binary 10100 1001110 1010000 1001011 10 0 1000101 10110110 111100 10100

Color Harmonies of #144E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E50

Black with #144E50

Text Example


Text Example

White with #144E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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