#145150

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

Shades of Cyprus #145150

Tints of Cyprus #145150

Color information

#145150 (or 0x145150) is unknown color: approx Cyprus. HEX triplet: 14, 51 and 50. RGB value is (20,81,80). Sum of RGB (Red+Green+Blue) = 20+81+80=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #145150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145150 is #EBAEAF. Grayscale: #3E3E3E. Windows color (decimal): -15445680 or 5263636. OLE color: 5263636.

HSL color Cylindrical-coordinate representation of color #145150: hue angle of 179.02º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145150 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB208180-
CMYK0.7500.010.68
HSL179.02º60.4%19.8%-
HSV(B)179.02º75.31%31.76%-
XYZ4.686.618.62-
YUV62.65137.7997.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=11.05%
G=44.75%
B=44.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081800.7500.010.68179.0260.419.8
Hex1451504B0144b33c14
Octal24121120113011042637424
Binary101001010001101000010010110110001001011001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145150; }

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

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

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

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

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

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

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

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