Html Css Color HEX #144A48 Cyprus

📋 copy color: '#144A48'

red 20 ◦ green 74 ◦ blue 72

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

Shades of Cyprus #144A48

Tints of Cyprus #144A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.58%

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

R = 12.05%
G = 44.58%
B = 43.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#144A48 (or 0x144A48) is known color: Cyprus. HEX triplet: 14, 4A and 48. RGB value is (20,74,72). Sum of RGB (Red+Green+Blue) = 20+74+72=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #144A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A48 is #EBB5B7. Grayscale: #393939. Windows color (decimal): -15447480 or 4737556. OLE color: 4737556.

HSL color Cylindrical-coordinate representation of color #144A48: hue angle of 177.78º 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 #144A48 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 74 72 -
CMYK 0.73 0 0.03 0.71
HSL 177.78º 0.57% 0.18% -
HSV(B) 177.78º 0.73% 0.29% -
XYZ 3.91 5.51 6.99 -
YUV 57.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 20 74 72 0.73 0 0.03 0.71 177.78 0.57 0.18
Hex 14 4A 48 49 0 3 47 B2 39 12
Octal 24 112 110 111 0 3 107 262 71 22
Binary 10100 1001010 1001000 1001001 0 11 1000111 10110010 111001 10010

Color Harmonies of #144A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A48

Black with #144A48

Text Example


Text Example

White with #144A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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