Html Css Color HEX #144D50 Cyprus

📋 copy color: '#144D50'

red 20 ◦ green 77 ◦ blue 80

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

Shades of Cyprus #144D50

Tints of Cyprus #144D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.5%

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

R = 11.3%
G = 43.5%
B = 45.2%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#144D50 (or 0x144D50) is known color: Cyprus. HEX triplet: 14, 4D and 50. RGB value is (20,77,80). Sum of RGB (Red+Green+Blue) = 20+77+80=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #144D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D50 is #EBB2AF. Grayscale: #3C3C3C. Windows color (decimal): -15446704 or 5262612. OLE color: 5262612.

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

Color convert

RGB 20 77 80 -
CMYK 0.75 0.04 0 0.69
HSL 183º 0.6% 0.2% -
HSV(B) 183º 0.75% 0.31% -
XYZ 4.39 6.04 8.52 -
YUV 60.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 20 77 80 0.75 0.04 0 0.69 183 0.6 0.2
Hex 14 4D 50 4B 4 0 45 B7 3C 14
Octal 24 115 120 113 4 0 105 267 74 24
Binary 10100 1001101 1010000 1001011 100 0 1000101 10110111 111100 10100

Color Harmonies of #144D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D50

Black with #144D50

Text Example


Text Example

White with #144D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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