#145253

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

Shades of Cyprus #145253

Tints of Cyprus #145253

Color information

#145253 (or 0x145253) is unknown color: approx Cyprus. HEX triplet: 14, 52 and 53. RGB value is (20,82,83). Sum of RGB (Red+Green+Blue) = 20+82+83=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #145253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145253 is #EBADAC. Grayscale: #3F3F3F. Windows color (decimal): -15445421 or 5460500. OLE color: 5460500.

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

Color convert

RGB208283-
CMYK0.760.0100.67
HSL180.95º61.17%20.2%-
HSV(B)180.95º75.9%32.55%-
XYZ4.876.819.24-
YUV63.58138.9696.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=10.81%
G=44.32%
B=44.86%

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
Decimal2082830.760.0100.67180.9561.1720.2
Hex1452534C1043b53d14
Octal24122123114101032657524
Binary101001010010101001110011001010000111011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145253; }

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

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

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

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

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

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

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

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