#14534B

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

Shades of Cyprus #14534B

Tints of Cyprus #14534B

Color information

#14534B (or 0x14534B) is unknown color: approx Cyprus. HEX triplet: 14, 53 and 4B. RGB value is (20,83,75). Sum of RGB (Red+Green+Blue) = 20+83+75=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #14534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14534B is #EBACB4. Grayscale: #3F3F3F. Windows color (decimal): -15445173 or 4936468. OLE color: 4936468.

HSL color Cylindrical-coordinate representation of color #14534B: hue angle of 172.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14534B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB208375-
CMYK0.7600.100.67
HSL172.38º61.17%20.2%-
HSV(B)172.38º75.9%32.55%-
XYZ4.656.847.73-
YUV63.25134.6397.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=11.24%
G=46.63%
B=42.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083750.7600.100.67172.3861.1720.2
Hex14534B4C0A43ac3d14
Octal241231131140121032547524
Binary101001010011100101110011000101010000111010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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