Html Css Color HEX #14514D Cyprus

📋 copy color: '#14514D'

red 20 ◦ green 81 ◦ blue 77

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

Shades of Cyprus #14514D

Tints of Cyprus #14514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 11.24%
G = 45.51%
B = 43.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#14514D (or 0x14514D) is known color: Cyprus. HEX triplet: 14, 51 and 4D. RGB value is (20,81,77). Sum of RGB (Red+Green+Blue) = 20+81+77=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #14514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14514D is #EBAEB2. Grayscale: #3E3E3E. Windows color (decimal): -15445683 or 5067028. OLE color: 5067028.

HSL color Cylindrical-coordinate representation of color #14514D: hue angle of 176.07º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14514D is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 77 -
CMYK 0.75 0 0.05 0.68
HSL 176.07º 0.6% 0.2% -
HSV(B) 176.07º 0.75% 0.32% -
XYZ 4.57 6.57 8.05 -
YUV 62.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 20 81 77 0.75 0 0.05 0.68 176.07 0.6 0.2
Hex 14 51 4D 4B 0 5 44 B0 3C 14
Octal 24 121 115 113 0 5 104 260 74 24
Binary 10100 1010001 1001101 1001011 0 101 1000100 10110000 111100 10100

Color Harmonies of #14514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14514D

Black with #14514D

Text Example


Text Example

White with #14514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14514D; }

 p { color: rgb(20,81,77); }

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

background-color css

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

 a { background-color: rgb(20,81,77); }

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

border-color css

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

 span { border-color: rgb(20,81,77); }

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