Html Css Color HEX #144842 Cyprus

📋 copy color: '#144842'

red 20 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #144842

Tints of Cyprus #144842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 12.66%
G = 45.57%
B = 41.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#144842 (or 0x144842) is known color: Cyprus. HEX triplet: 14, 48 and 42. RGB value is (20,72,66). Sum of RGB (Red+Green+Blue) = 20+72+66=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #144842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144842 is #EBB7BD. Grayscale: #373737. Windows color (decimal): -15447998 or 4343828. OLE color: 4343828.

HSL color Cylindrical-coordinate representation of color #144842: hue angle of 173.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144842 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 66 -
CMYK 0.72 0 0.08 0.72
HSL 173.08º 0.57% 0.18% -
HSV(B) 173.08º 0.72% 0.28% -
XYZ 3.59 5.18 5.96 -
YUV 55.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 20 72 66 0.72 0 0.08 0.72 173.08 0.57 0.18
Hex 14 48 42 48 0 8 48 AD 39 12
Octal 24 110 102 110 0 10 110 255 71 22
Binary 10100 1001000 1000010 1001000 0 1000 1001000 10101101 111001 10010

Color Harmonies of #144842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144842

Black with #144842

Text Example


Text Example

White with #144842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144842; }

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

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

background-color css

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

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

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

border-color css

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

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

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