Html Css Color HEX #14504D Cyprus

📋 copy color: '#14504D'

red 20 ◦ green 80 ◦ blue 77

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

Shades of Cyprus #14504D

Tints of Cyprus #14504D

RGB

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

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

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

R = 11.3%
G = 45.2%
B = 43.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#14504D (or 0x14504D) is known color: Cyprus. HEX triplet: 14, 50 and 4D. RGB value is (20,80,77). Sum of RGB (Red+Green+Blue) = 20+80+77=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #14504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14504D is #EBAFB2. Grayscale: #3D3D3D. Windows color (decimal): -15445939 or 5066772. OLE color: 5066772.

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

Color convert

RGB 20 80 77 -
CMYK 0.75 0 0.04 0.69
HSL 177º 0.6% 0.2% -
HSV(B) 177º 0.75% 0.31% -
XYZ 4.5 6.42 8.02 -
YUV 61.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 20 80 77 0.75 0 0.04 0.69 177 0.6 0.2
Hex 14 50 4D 4B 0 4 45 B1 3C 14
Octal 24 120 115 113 0 4 105 261 74 24
Binary 10100 1010000 1001101 1001011 0 100 1000101 10110001 111100 10100

Color Harmonies of #14504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14504D

Black with #14504D

Text Example


Text Example

White with #14504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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