#16554E

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

Shades of Cyprus #16554E

Tints of Cyprus #16554E

Color information

#16554E (or 0x16554E) is unknown color: approx Cyprus. HEX triplet: 16, 55 and 4E. RGB value is (22,85,78). Sum of RGB (Red+Green+Blue) = 22+85+78=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #16554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16554E is #E9AAB1. Grayscale: #414141. Windows color (decimal): -15313586 or 5133590. OLE color: 5133590.

HSL color Cylindrical-coordinate representation of color #16554E: hue angle of 173.33º 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 #16554E is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB228578-
CMYK0.7400.080.67
HSL173.33º58.88%20.98%-
HSV(B)173.33º74.12%33.33%-
XYZ4.957.228.34-
YUV65.36135.1397.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=11.89%
G=45.95%
B=42.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285780.7400.080.67173.3358.8820.98
Hex16554E4A0843ad3b15
Octal261251161120101032557325
Binary101101010101100111010010100100010000111010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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