Html Css Color HEX #14504F Cyprus

📋 copy color: '#14504F'

red 20 ◦ green 80 ◦ blue 79

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

Shades of Cyprus #14504F

Tints of Cyprus #14504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 11.17%
G = 44.69%
B = 44.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#14504F (or 0x14504F) is known color: Cyprus. HEX triplet: 14, 50 and 4F. RGB value is (20,80,79). Sum of RGB (Red+Green+Blue) = 20+80+79=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #14504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14504F is #EBAFB0. Grayscale: #3D3D3D. Windows color (decimal): -15445937 or 5197844. OLE color: 5197844.

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

Color convert

RGB 20 80 79 -
CMYK 0.75 0 0.01 0.69
HSL 179º 0.6% 0.2% -
HSV(B) 179º 0.75% 0.31% -
XYZ 4.57 6.45 8.4 -
YUV 61.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 20 80 79 0.75 0 0.01 0.69 179 0.6 0.2
Hex 14 50 4F 4B 0 1 45 B3 3C 14
Octal 24 120 117 113 0 1 105 263 74 24
Binary 10100 1010000 1001111 1001011 0 1 1000101 10110011 111100 10100

Color Harmonies of #14504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14504F

Black with #14504F

Text Example


Text Example

White with #14504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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