Html Css Color HEX #144948 Cyprus

📋 copy color: '#144948'

red 20 ◦ green 73 ◦ blue 72

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

Shades of Cyprus #144948

Tints of Cyprus #144948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 12.12%
G = 44.24%
B = 43.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#144948 (or 0x144948) is known color: Cyprus. HEX triplet: 14, 49 and 48. RGB value is (20,73,72). Sum of RGB (Red+Green+Blue) = 20+73+72=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #144948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144948 is #EBB6B7. Grayscale: #383838. Windows color (decimal): -15447736 or 4737300. OLE color: 4737300.

HSL color Cylindrical-coordinate representation of color #144948: hue angle of 178.87º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144948 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 72 -
CMYK 0.73 0 0.01 0.71
HSL 178.87º 0.57% 0.18% -
HSV(B) 178.87º 0.73% 0.29% -
XYZ 3.84 5.38 6.97 -
YUV 57.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 20 73 72 0.73 0 0.01 0.71 178.87 0.57 0.18
Hex 14 49 48 49 0 1 47 B3 39 12
Octal 24 111 110 111 0 1 107 263 71 22
Binary 10100 1001001 1001000 1001001 0 1 1000111 10110011 111001 10010

Color Harmonies of #144948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144948

Black with #144948

Text Example


Text Example

White with #144948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144948; }

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

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

background-color css

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

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

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

border-color css

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

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

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