#14504B

Color #14504B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #14504B

Tints of Cyprus #14504B

Color information

#14504B (or 0x14504B) is unknown color: approx Cyprus. HEX triplet: 14, 50 and 4B. RGB value is (20,80,75). Sum of RGB (Red+Green+Blue) = 20+80+75=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #14504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14504B is #EBAFB4. Grayscale: #3D3D3D. Windows color (decimal): -15445941 or 4935700. OLE color: 4935700.

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

Color convert

RGB208075-
CMYK0.7500.060.69
HSL175º60%19.61%-
HSV(B)175º75%31.37%-
XYZ4.436.397.66-
YUV61.49135.6298.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=11.43%
G=45.71%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080750.7500.060.691756019.61
Hex14504B4B0645af3c14
Octal24120113113061052577424
Binary10100101000010010111001011011010001011010111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14504B;
 }
 .AnyTagClassName
 {
   color: #14504B;
 }
</style>
background-color css

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

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

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

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

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

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