Html Css Color HEX #14564E Cyprus

📋 copy color: '#14564E'

red 20 ◦ green 86 ◦ blue 78

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

Shades of Cyprus #14564E

Tints of Cyprus #14564E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.74%

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 10.87%
G = 46.74%
B = 42.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#14564E (or 0x14564E) is known color: Cyprus. HEX triplet: 14, 56 and 4E. RGB value is (20,86,78). Sum of RGB (Red+Green+Blue) = 20+86+78=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #14564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14564E is #EBA9B1. Grayscale: #414141. Windows color (decimal): -15444402 or 5133844. OLE color: 5133844.

HSL color Cylindrical-coordinate representation of color #14564E: hue angle of 172.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14564E is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 78 -
CMYK 0.77 0 0.09 0.66
HSL 172.73º 0.62% 0.21% -
HSV(B) 172.73º 0.77% 0.34% -
XYZ 4.99 7.35 8.36 -
YUV 65.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 20 86 78 0.77 0 0.09 0.66 172.73 0.62 0.21
Hex 14 56 4E 4D 0 9 42 AD 3E 15
Octal 24 126 116 115 0 11 102 255 76 25
Binary 10100 1010110 1001110 1001101 0 1001 1000010 10101101 111110 10101

Color Harmonies of #14564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14564E

Black with #14564E

Text Example


Text Example

White with #14564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14564E; }

 p { color: rgb(20,86,78); }

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

background-color css

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

 a { background-color: rgb(20,86,78); }

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

border-color css

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

 span { border-color: rgb(20,86,78); }

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