#145452

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

Shades of Cyprus #145452

Tints of Cyprus #145452

Color information

#145452 (or 0x145452) is unknown color: approx Cyprus. HEX triplet: 14, 54 and 52. RGB value is (20,84,82). Sum of RGB (Red+Green+Blue) = 20+84+82=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #145452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145452 is #EBABAD. Grayscale: #404040. Windows color (decimal): -15444910 or 5395476. OLE color: 5395476.

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

Color convert

RGB208482-
CMYK0.7600.020.67
HSL178.12º61.54%20.39%-
HSV(B)178.12º76.19%32.94%-
XYZ4.987.19.09-
YUV64.64137.896.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=10.75%
G=45.16%
B=44.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084820.7600.020.67178.1261.5420.39
Hex1454524C0243b23e14
Octal24124122114021032627624
Binary1010010101001010010100110001010000111011001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145452; }

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

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

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

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

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

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

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

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