Html Css Color HEX #144C4B Cyprus

📋 copy color: '#144C4B'

red 20 ◦ green 76 ◦ blue 75

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

Shades of Cyprus #144C4B

Tints of Cyprus #144C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 11.7%
G = 44.44%
B = 43.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#144C4B (or 0x144C4B) is known color: Cyprus. HEX triplet: 14, 4C and 4B. RGB value is (20,76,75). Sum of RGB (Red+Green+Blue) = 20+76+75=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #144C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C4B is #EBB3B4. Grayscale: #3B3B3B. Windows color (decimal): -15446965 or 4934676. OLE color: 4934676.

HSL color Cylindrical-coordinate representation of color #144C4B: hue angle of 178.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C4B is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 75 -
CMYK 0.74 0 0.01 0.70
HSL 178.93º 0.58% 0.19% -
HSV(B) 178.93º 0.74% 0.3% -
XYZ 4.14 5.83 7.56 -
YUV 59.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 20 76 75 0.74 0 0.01 0.70 178.93 0.58 0.19
Hex 14 4C 4B 4A 0 1 46 B3 3A 13
Octal 24 114 113 112 0 1 106 263 72 23
Binary 10100 1001100 1001011 1001010 0 1 1000110 10110011 111010 10011

Color Harmonies of #144C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C4B

Black with #144C4B

Text Example


Text Example

White with #144C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,76,75); }

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

background-color css

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

 a { background-color: rgb(20,76,75); }

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

border-color css

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

 span { border-color: rgb(20,76,75); }

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