#145354

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

Shades of Cyprus #145354

Tints of Cyprus #145354

Color information

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

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

Color convert

RGB208384-
CMYK0.760.0100.67
HSL180.94º61.54%20.39%-
HSV(B)180.94º76.19%32.94%-
XYZ4.986.989.47-
YUV64.28139.1396.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083840.760.0100.67180.9461.5420.39
Hex1453544C1043b53e14
Octal24123124114101032657624
Binary101001010011101010010011001010000111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145354; }

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

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

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

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

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

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

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

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