#145453

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

Shades of Cyprus #145453

Tints of Cyprus #145453

Color information

#145453 (or 0x145453) is unknown color: approx Cyprus. HEX triplet: 14, 54 and 53. RGB value is (20,84,83). Sum of RGB (Red+Green+Blue) = 20+84+83=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #145453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145453 is #EBABAC. Grayscale: #404040. Windows color (decimal): -15444909 or 5461012. OLE color: 5461012.

HSL color Cylindrical-coordinate representation of color #145453: hue angle of 179.06º degrees, saturation: 0.62, 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 #145453 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB208483-
CMYK0.7600.010.67
HSL179.06º61.54%20.39%-
HSV(B)179.06º76.19%32.94%-
XYZ5.027.119.29-
YUV64.75138.396.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=10.70%
G=44.92%
B=44.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084830.7600.010.67179.0661.5420.39
Hex1454534C0143b33e14
Octal24124123114011032637624
Binary101001010100101001110011000110000111011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145453; }

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

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

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

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

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

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

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

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