#16554A

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

Shades of Cyprus #16554A

Tints of Cyprus #16554A

Color information

#16554A (or 0x16554A) is unknown color: approx Cyprus. HEX triplet: 16, 55 and 4A. RGB value is (22,85,74). Sum of RGB (Red+Green+Blue) = 22+85+74=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #16554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16554A is #E9AAB5. Grayscale: #404040. Windows color (decimal): -15313590 or 4871446. OLE color: 4871446.

HSL color Cylindrical-coordinate representation of color #16554A: hue angle of 169.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16554A is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB228574-
CMYK0.7400.130.67
HSL169.52º58.88%20.98%-
HSV(B)169.52º74.12%33.33%-
XYZ4.827.167.61-
YUV64.91133.1397.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=12.15%
G=46.96%
B=40.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285740.7400.130.67169.5258.8820.98
Hex16554A4A0D43aa3b15
Octal261251121120151032527325
Binary101101010101100101010010100110110000111010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16554A; }

 p { color: rgb(22,85,74); }

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

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

 a { background-color: rgb(22,85,74); }

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

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

 span { border-color: rgb(22,85,74); }

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