#145552

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

Shades of Cyprus #145552

Tints of Cyprus #145552

Color information

#145552 (or 0x145552) is unknown color: approx Cyprus. HEX triplet: 14, 55 and 52. RGB value is (20,85,82). Sum of RGB (Red+Green+Blue) = 20+85+82=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #145552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145552 is #EBAAAD. Grayscale: #414141. Windows color (decimal): -15444654 or 5395732. OLE color: 5395732.

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

Color convert

RGB208582-
CMYK0.7600.040.67
HSL177.23º61.9%20.59%-
HSV(B)177.23º76.47%33.33%-
XYZ5.067.259.12-
YUV65.22137.4795.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=10.70%
G=45.45%
B=43.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085820.7600.040.67177.2361.920.59
Hex1455524C0443b13e15
Octal24125122114041032617625
Binary10100101010110100101001100010010000111011000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145552; }

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

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

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

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

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

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

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

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