#145155

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

Shades of Cyprus #145155

Tints of Cyprus #145155

Color information

#145155 (or 0x145155) is unknown color: approx Cyprus. HEX triplet: 14, 51 and 55. RGB value is (20,81,85). Sum of RGB (Red+Green+Blue) = 20+81+85=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #145155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145155 is #EBAEAA. Grayscale: #3F3F3F. Windows color (decimal): -15445675 or 5591316. OLE color: 5591316.

HSL color Cylindrical-coordinate representation of color #145155: hue angle of 183.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145155 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB208185-
CMYK0.760.0500.67
HSL183.69º61.9%20.59%-
HSV(B)183.69º76.47%33.33%-
XYZ4.876.699.63-
YUV63.22140.2997.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=10.75%
G=43.55%
B=45.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2081850.760.0500.67183.6961.920.59
Hex1451554C5043b83e15
Octal24121125114501032707625
Binary10100101000110101011001100101010000111011100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145155; }

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

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

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

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

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

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

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

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