Html Css Color HEX #144950 Cyprus

📋 copy color: '#144950'

red 20 ◦ green 73 ◦ blue 80

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

Shades of Cyprus #144950

Tints of Cyprus #144950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.2%

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

R = 11.56%
G = 42.2%
B = 46.24%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#144950 (or 0x144950) is known color: Cyprus. HEX triplet: 14, 49 and 50. RGB value is (20,73,80). Sum of RGB (Red+Green+Blue) = 20+73+80=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #144950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144950 is #EBB6AF. Grayscale: #393939. Windows color (decimal): -15447728 or 5261588. OLE color: 5261588.

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

Color convert

RGB 20 73 80 -
CMYK 0.75 0.09 0 0.69
HSL 187º 0.6% 0.2% -
HSV(B) 187º 0.75% 0.31% -
XYZ 4.12 5.49 8.43 -
YUV 57.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 20 73 80 0.75 0.09 0 0.69 187 0.6 0.2
Hex 14 49 50 4B 9 0 45 BB 3C 14
Octal 24 111 120 113 11 0 105 273 74 24
Binary 10100 1001001 1010000 1001011 1001 0 1000101 10111011 111100 10100

Color Harmonies of #144950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144950

Black with #144950

Text Example


Text Example

White with #144950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144950; }

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

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

background-color css

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

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

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

border-color css

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

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

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